SharpRSS/SharpRSS.Blazor/Components/Layout/EmptyLayout.razor

8 lines
71 B
Plaintext
Raw Normal View History

2024-06-17 14:47:10 +02:00
@inherits LayoutComponentBase
@layout BaseLayout
@Body
@code {
}