Reorganized folder structure

This commit is contained in:
2024-09-26 10:20:30 +02:00
parent af7385678f
commit 27088f8217
92 changed files with 16 additions and 31 deletions

View File

@@ -0,0 +1,13 @@
@page "/"
@using HopFrame.Security.Claims
@using HopFrame.Web.Components
<AuthorizedView RedirectIfUnauthorized="login"/>
<PageTitle>Home</PageTitle>
<h1>Hello, world!</h1>
Welcome to your new app. @Context.User?.Username
@inject ITokenContext Context