decePubClient/Pages/Administration.razor

14 lines
253 B
Plaintext
Raw Normal View History

2022-02-14 01:51:37 +01:00
@page "/administration"
2022-02-14 01:51:52 +01:00
@inherits PagesBase
2022-02-14 01:51:37 +01:00
<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 {
}