From 3869bf207cf9116f1c1bf63a57b436ff07d348af Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:01:58 +0100 Subject: [PATCH] Delete web/components.json --- web/components.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 web/components.json diff --git a/web/components.json b/web/components.json deleted file mode 100644 index d9ef0ae..0000000 --- a/web/components.json +++ /dev/null @@ -1,21 +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": "neutral", - "cssVariables": true, - "prefix": "" - }, - "aliases": { - "components": "@/components", - "utils": "@/lib/utils", - "ui": "@/components/ui", - "lib": "@/lib", - "hooks": "@/hooks" - }, - "iconLibrary": "lucide" -} \ No newline at end of file