Adding in changes

This commit is contained in:
Frank
2023-10-02 00:05:06 -06:00
parent 39d72a5cf3
commit d61a112753
30 changed files with 2825 additions and 156 deletions

16
components.json Normal file
View File

@@ -0,0 +1,16 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "@/tailwind.config.ts",
"css": "@/src/styles/globals.css",
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/utils/utils"
}
}