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

10 lines
121 B
Plaintext
Raw Normal View History

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