aboutsummaryrefslogtreecommitdiff
path: root/components.json
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-07-16 19:26:47 -0500
committerDhravya <[email protected]>2024-07-16 19:26:47 -0500
commit5b44dcb1d1f7fcea331b248800cad60129038eab (patch)
treec5562fd33a95d09e625fea7586392eacfcc3fca7 /components.json
parentbreadcrumbs (diff)
downloadsupermemory-5b44dcb1d1f7fcea331b248800cad60129038eab.tar.xz
supermemory-5b44dcb1d1f7fcea331b248800cad60129038eab.zip
use tabs
Diffstat (limited to 'components.json')
-rw-r--r--components.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/components.json b/components.json
index 72e61759..ac02cc79 100644
--- a/components.json
+++ b/components.json
@@ -1,18 +1,18 @@
{
- "$schema": "https://ui.shadcn.com/schema.json",
- "style": "default",
- "rsc": true,
- "tsx": true,
- "tailwind": {
- "config": "tailwind.config.ts",
- "css": "packages/tailwind-config/globals.css",
- "baseColor": "neutral",
- "cssVariables": true,
- "prefix": ""
- },
- "aliases": {
- "components": "packages/ui/components",
- "utils": "@repo/ui/lib/utils",
- "ui": "packages/ui/shadcn"
- }
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "default",
+ "rsc": true,
+ "tsx": true,
+ "tailwind": {
+ "config": "tailwind.config.ts",
+ "css": "packages/tailwind-config/globals.css",
+ "baseColor": "neutral",
+ "cssVariables": true,
+ "prefix": ""
+ },
+ "aliases": {
+ "components": "packages/ui/components",
+ "utils": "@repo/ui/lib/utils",
+ "ui": "packages/ui/shadcn"
+ }
}