decePubClient/Pages/Administration.razor
Eugenio Chiodo ba4a4b14c8 Saving
2022-02-14 01:51:37 +01:00

13 lines
233 B
Plaintext

@page "/administration"
<section class="block relative w-full h-full neomorphInset is-nxsmall rounded-xl">
<div class="flex flex-col space-y-4 p-4 md:p-5 w-full h-full absolute overflow-y-auto">
</div>
</section>
@code {
}