feat: public boards

This commit is contained in:
Henry
2025-01-11 15:22:49 +00:00
parent d98df1d2c6
commit 2df54f03bb
30 changed files with 487 additions and 100 deletions

View File

@@ -0,0 +1,5 @@
import PublicBoardView from "~/views/public/board";
export default function PublicBoardsPage() {
return <PublicBoardView />;
}