SharpRSS/WebSharpRSS/Pages/Index.razor
2023-04-27 17:23:01 +02:00

8 lines
59 B
Plaintext

@page "/"
@inject RssService _rssService
@code {
}