Files
Otchislator/src/Otchinslator/Components/Layout/MainLayout.razor

5 lines
158 B
Plaintext

@inherits LayoutComponentBase
<body class="flex items-center accent-error justify-center min-h-screen font-roboto text-primary-content">
@Body
</body>