Added foundation of chatting page of site
This commit is contained in:
parent
50e941f163
commit
e4112df60e
|
@ -0,0 +1,9 @@
|
|||
@page "/Chatting"
|
||||
|
||||
<MudContainer Style="height: 100vh;">
|
||||
<MudText>Test</MudText>
|
||||
</MudContainer>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
|
@ -2,7 +2,6 @@
|
|||
"profiles": {
|
||||
"http": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue