1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 09:48:59 +00:00
just-short-it/Components/Pages/About.razor

10 lines
121 B
Plaintext

@page "/about"
<PageTitle>About - Just Short It</PageTitle>
<h2 class="text-2xl lg:text-4xl">About</h2>
@code {
}