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

7 lines
94 B
Plaintext
Raw Normal View History

2023-09-09 14:58:20 +02:00
@page "/"
<h1>Dashboard</h1>
<MudText Class="mt-8">
Welcome to TaikoWebUI!
</MudText>