diff options
| author | Dhravya <[email protected]> | 2024-07-16 19:26:47 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-07-16 19:26:47 -0500 |
| commit | 5b44dcb1d1f7fcea331b248800cad60129038eab (patch) | |
| tree | c5562fd33a95d09e625fea7586392eacfcc3fca7 /components.json | |
| parent | breadcrumbs (diff) | |
| download | supermemory-5b44dcb1d1f7fcea331b248800cad60129038eab.tar.xz supermemory-5b44dcb1d1f7fcea331b248800cad60129038eab.zip | |
use tabs
Diffstat (limited to 'components.json')
| -rw-r--r-- | components.json | 32 |
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" + } } |