SharpRSS/WebSharpRSS/Pages/Index.razor

8 lines
59 B
Plaintext

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