aboutsummaryrefslogtreecommitdiffstats
path: root/web/components.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/components.json')
-rw-r--r--web/components.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/web/components.json b/web/components.json
deleted file mode 100644
index fa674c93..00000000
--- a/web/components.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "$schema": "https://ui.shadcn.com/schema.json",
- "style": "default",
- "rsc": true,
- "tsx": true,
- "tailwind": {
- "config": "tailwind.config.ts",
- "css": "app/globals.css",
- "baseColor": "slate",
- "cssVariables": true,
- "prefix": ""
- },
- "aliases": {
- "components": "@/components",
- "utils": "@/lib/utils"
- }
-}