diff options
| author | Dhravya <[email protected]> | 2024-05-25 18:41:26 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-05-25 18:41:26 -0500 |
| commit | 075f45986fd4d198292226e64afb71b3515576b4 (patch) | |
| tree | 5c728356cd0310f1c1c012fd6618c72a836c314b /apps/extension/components.json | |
| parent | added social material (diff) | |
| download | supermemory-075f45986fd4d198292226e64afb71b3515576b4.tar.xz supermemory-075f45986fd4d198292226e64afb71b3515576b4.zip | |
refactored UI, with shared components and UI, better rules and million lint
Diffstat (limited to 'apps/extension/components.json')
| -rw-r--r-- | apps/extension/components.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/apps/extension/components.json b/apps/extension/components.json deleted file mode 100644 index 6ceb01a1..00000000 --- a/apps/extension/components.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "$schema": "https://ui.shadcn.com/schema.json", - "style": "default", - "rsc": false, - "tsx": true, - "tailwind": { - "config": "tailwind.config.js", - "css": "src/global.css", - "baseColor": "stone", - "cssVariables": false, - "prefix": "anycontext-" - }, - "aliases": { - "components": "src/components", - "utils": "src/lib/utils" - } -} |