feat: setup board page

This commit is contained in:
Henry
2023-10-30 18:42:28 +00:00
parent 6fb43dc25c
commit f615198c0c
6 changed files with 75 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
export default function BoardPage() {
return <></>;
}