bulletboards/ImageBoardServerApp/Pages/Status/SuccessfulPost.razor

7 lines
105 B
Text
Raw Normal View History

@page "/sys/SuccessfulPost"
2023-01-18 12:56:24 +00:00
<h3>SuccessfulPost</h3>
<span>Post sucessfully crated!</span>
@code {
}