feat: setup board page
This commit is contained in:
3
src/app/boards/[...id]/page.tsx
Normal file
3
src/app/boards/[...id]/page.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function BoardPage() {
|
||||
return <></>;
|
||||
}
|
||||
Reference in New Issue
Block a user