mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-13 00:54:20 +01:00
14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
@page "/"
|
|
@page "/dashboard"
|
|
@using WebSharpRSS.Models;
|
|
|
|
@inject FeedStateContainer _stateContainer;
|
|
|
|
<MudText>Dashboard!</MudText>
|
|
<MudGrid Spacing="2" Class="ml-2 mr-2">
|
|
|
|
</MudGrid>
|
|
|
|
@code {
|
|
|
|
} |