Add board pages

This commit is contained in:
Meier Lukas
2023-07-29 20:56:20 +02:00
parent 0c3d9f335c
commit cf12c8575d
4 changed files with 36 additions and 0 deletions

1
src/pages/b/[id].tsx Normal file
View File

@@ -0,0 +1 @@
export { default, getServerSideProps } from '../board/[id]';

1
src/pages/b/index.tsx Normal file
View File

@@ -0,0 +1 @@
export { default, getServerSideProps } from '../board';