SharpRSS/SharpRSS.Blazor/Components/Layout/EmptyLayout.razor
2024-06-17 14:47:10 +02:00

8 lines
71 B
Plaintext

@inherits LayoutComponentBase
@layout BaseLayout
@Body
@code {
}