1
0
mirror of synced 2024-11-24 06:50:15 +01:00
TaikoLocalServer/TaikoWebUI/Pages/Dashboard.razor
2023-09-09 21:58:20 +09:00

7 lines
94 B
Plaintext

@page "/"
<h1>Dashboard</h1>
<MudText Class="mt-8">
Welcome to TaikoWebUI!
</MudText>