feat: removed Status
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
52861d78ba
commit
e735d94e63
3 changed files with 2 additions and 16 deletions
|
@ -1,7 +0,0 @@
|
|||
@page "/sys/SuccessfulPost"
|
||||
<h3>SuccessfulPost</h3>
|
||||
<span>Post sucessfully crated!</span>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
@page "/sys/UnSuccessfulPost"
|
||||
<h3>UnuccessfulPost</h3>
|
||||
<span>Post was not created!</span>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
|
@ -11,9 +11,9 @@
|
|||
@using ImageBoardServerApp
|
||||
@using ImageBoardServerApp.Pages
|
||||
@using ImageBoardServerApp.Pages.Accounts
|
||||
@using ImageBoardServerApp.Pages.Accounts.ClickOn
|
||||
@using ImageBoardServerApp.Pages.Basic
|
||||
@using ImageBoardServerApp.Pages.Status
|
||||
@using ImageBoardServerApp.Shared
|
||||
@using ImageBoardServerApp.Shared.Components
|
||||
@using ImageBoardServerApp.Shared.Components.Forms
|
||||
@using ImageBoardServerApp.Data
|
||||
@using ImageBoardServerApp.Data
|
||||
|
|
Loading…
Reference in a new issue