SharpRSS/WebSharpRSS/Pages/Read.razor

9 lines
158 B
Plaintext
Raw Normal View History

2023-05-25 15:48:56 +02:00
@page "/read"
2023-05-24 19:27:22 +02:00
@using SharpRss.Services
2023-06-15 19:26:54 +02:00
@inject SyndicationService _syndicationService;
2023-05-26 21:54:12 +02:00
<MudText Typo="Typo.h1">Nothing here yet!</MudText>
@code {
2023-05-26 21:54:12 +02:00
}