Add Hero element / header to app

This commit is contained in:
2023-05-06 23:00:50 -05:00
parent bf2e2e2b06
commit 28a4b45a34
15 changed files with 1066 additions and 146 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}