mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-09 23:44:20 +01:00
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
@page "/read"
|
|
@using SharpRss.Services
|
|
|
|
@inject RssService _rssService;
|
|
<MudText Typo="Typo.h1">Nothing here yet!</MudText>
|
|
|
|
@code {
|
|
|
|
} |