diff options
Diffstat (limited to 'src/pages/board')
| -rw-r--r-- | src/pages/board/[board].astro | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/pages/board/[board].astro b/src/pages/board/[board].astro index 2624fed..23a5551 100644 --- a/src/pages/board/[board].astro +++ b/src/pages/board/[board].astro @@ -22,5 +22,4 @@ for(let thread of threads)    {threads.map((thread) => (      <Thread thread={thread} board={board} />    ))} -  </Default> | 
