TourIAm/TIAMSharedUI/Pages/User/ProfilePage.razor

17 lines
230 B
Plaintext

@page "/user/profile"
<div class="text-center m-5">
<h1>Profile</h1>
<h2 style="font-size:small">Have a nice day!</h2>
</div>
<div class="container">
<ProfileComponent></ProfileComponent>
</div>
@code {
}