Delete old comp

This commit is contained in:
Eric Ciarla
2024-07-23 21:51:08 -04:00
parent 565bc09439
commit 1b7a00624d
27 changed files with 3 additions and 5895 deletions
-17
View File
@@ -1,17 +0,0 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}