Added foundation of chatting page of site

This commit is contained in:
BOT Alex 2023-05-18 03:57:16 +02:00
parent 50e941f163
commit e4112df60e
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,9 @@
@page "/Chatting"
<MudContainer Style="height: 100vh;">
<MudText>Test</MudText>
</MudContainer>
@code {
}

View File

@ -2,7 +2,6 @@
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},