Files
Enciphered.Blazor.UIComponents/Enciphered.Blazor.UIComponents.Demo/Components/Pages/Home.razor
T
2026-04-13 15:08:49 +05:00

9 lines
232 B
Plaintext

@page "/"
<PageTitle>Home</PageTitle>
<div class="space-y-4">
<h1 class="text-3xl font-bold tracking-tight">Welcome</h1>
<p class="text-muted-foreground">This is the Enciphered Blazor UI Components demo app.</p>
</div>