feat: started working on thread view
This commit is contained in:
parent
6b919e0b7b
commit
585440d10f
5 changed files with 12 additions and 6 deletions
8
ImageBoardServerApp/Pages/Thread.razor
Normal file
8
ImageBoardServerApp/Pages/Thread.razor
Normal file
|
@ -0,0 +1,8 @@
|
|||
@page "/{board}/thread/{threadId}"
|
||||
<h3>Thread #xx on /x/</h3>
|
||||
|
||||
@RouteData.Values["title"]
|
||||
|
||||
@code {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue