This commit is contained in:
dylan
2024-03-31 19:40:06 -07:00
parent f17578af17
commit fb145c7531
6 changed files with 120 additions and 8 deletions

3
src/client/HomePage.tsx Normal file
View File

@@ -0,0 +1,3 @@
export const HomePage = () => {
return <div>Welcome to Picobook!</div>
}