bulletboards/ImageBoardServerApp/Pages/UnSuccessfulPost.razor

7 lines
101 B
Text
Raw Normal View History

2023-01-18 12:56:24 +00:00
@page "/UnSuccessfulPost"
<h3>UnuccessfulPost</h3>
<span>Post was not created!</span>
@code {
}