SharpRSS/WebSharpRSS/Pages/Read.razor
2023-06-15 19:26:54 +02:00

9 lines
158 B
Plaintext

@page "/read"
@using SharpRss.Services
@inject SyndicationService _syndicationService;
<MudText Typo="Typo.h1">Nothing here yet!</MudText>
@code {
}