Files
my-portfolio/BeauFindlay/src/BeauFindlay.Client/Pages/ThisApp.razor

7 lines
50 B
Plaintext

@page "/this"
<h3>ThisApp</h3>
@code {
}