feat: start over and layout

This commit is contained in:
2023-09-16 21:48:09 -06:00
parent eb334f6357
commit 2135a4b55d
61 changed files with 5724 additions and 2604 deletions
+13
View File
@@ -0,0 +1,13 @@
import { type FC } from 'react'
const HomePage: FC = () => {
return (
<>
<h1>
Home Page
</h1>
</>
)
}
export default HomePage