aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mirum-server/web/components.json')
-rw-r--r--cmd/mirum-server/web/components.json25+0 −25
1 files changed, 0 insertions, 25 deletions
diff --git a/cmd/mirum-server/web/components.json b/cmd/mirum-server/web/components.json
deleted file mode 100644
--- a/cmd/mirum-server/web/components.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "$schema": "https://ui.shadcn.com/schema.json",
- "style": "radix-vega",
- "tsx": true,
- "rtl": true,
- "rsc": false,
- "tailwind": {
- "config": "",
- "css": "index.css",
- "baseColor": "neutral",
- "cssVariables": true,
- "prefix": ""
- },
- "registries": {},
- "menuColor": "default",
- "menuAccent": "subtle",
- "iconLibrary": "lucide",
- "aliases": {
- "components": "@/components",
- "utils": "@/lib/utils",
- "ui": "@/components/ui",
- "lib": "@/lib",
- "hooks": "@/hooks"
- }
-}