feat: started working on thread view

This commit is contained in:
limited_dev 2023-01-25 17:26:21 +01:00
parent 6b919e0b7b
commit 585440d10f
5 changed files with 12 additions and 6 deletions

View file

@ -0,0 +1,8 @@
@page "/{board}/thread/{threadId}"
<h3>Thread #xx on /x/</h3>
@RouteData.Values["title"]
@code {
}