bulletboards/ImageBoardServerApp/Pages/Status/SuccessfulPost.razor

7 lines
101 B
Text
Raw Normal View History

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