base project

This commit is contained in:
Seth 2025-04-20 23:15:41 -04:00
parent 79f300a918
commit 4fedd38df1
33 changed files with 407 additions and 2514 deletions

3
src/App.tsx Normal file
View file

@ -0,0 +1,3 @@
export default () => {
return <div>Hello, World!</div>
}