chore: cleanup
This commit is contained in:
parent
0e725b065a
commit
f5ac34e639
17 changed files with 67 additions and 3 deletions
7
ImageBoardServerApp/Pages/Status/SuccessfulPost.razor
Normal file
7
ImageBoardServerApp/Pages/Status/SuccessfulPost.razor
Normal file
|
@ -0,0 +1,7 @@
|
|||
@page "/SuccessfulPost"
|
||||
<h3>SuccessfulPost</h3>
|
||||
<span>Post sucessfully crated!</span>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
7
ImageBoardServerApp/Pages/Status/UnSuccessfulPost.razor
Normal file
7
ImageBoardServerApp/Pages/Status/UnSuccessfulPost.razor
Normal file
|
@ -0,0 +1,7 @@
|
|||
@page "/UnSuccessfulPost"
|
||||
<h3>UnuccessfulPost</h3>
|
||||
<span>Post was not created!</span>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue