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