diff options
| author | kartofen <mladenovnasko0@gmail.com> | 2022-08-28 00:08:07 +0300 | 
|---|---|---|
| committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-28 00:08:07 +0300 | 
| commit | 35b06b4fc851192916e000ad5e7e2f458846448c (patch) | |
| tree | f9a1536aae76a5058d26f8b82ddcf63e83f500cc /src/pages/board | |
| parent | 8f5278eb443864910dd9c2131c992d71e3af2d20 (diff) | |
working on thread uploading
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> | 
