Progress check-in.
Some checks failed
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled

This commit is contained in:
Mike Cao 2025-12-05 16:49:08 -08:00
parent 5ce1b40330
commit d227bc369f
11 changed files with 519 additions and 143 deletions

View file

@ -0,0 +1,3 @@
export function BoardBody() {
return <h1>i am bored.</h1>;
}