SharpRSS/WebSharpRSS/Pages/Read.razor

9 lines
142 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
@inject RssService _rssService;
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
}