Skip to content

Commit 35c00f6

Browse files
committed
new charts
1 parent f6cd906 commit 35c00f6

23 files changed

+1581
-202
lines changed

components.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"$schema": "https://next.shadcn-svelte.com/schema.json",
3-
"style": "default",
2+
"$schema": "https://shadcn-svelte.com/schema.json",
43
"tailwind": {
5-
"config": "tailwind.config.ts",
64
"css": "src\\app.css",
75
"baseColor": "slate"
86
},
97
"aliases": {
108
"components": "$lib/components",
119
"utils": "$lib/utils",
1210
"ui": "$lib/components/ui",
13-
"hooks": "$lib/hooks"
11+
"hooks": "$lib/hooks",
12+
"lib": "$lib"
1413
},
1514
"typescript": true,
16-
"registry": "https://next.shadcn-svelte.com/registry"
15+
"registry": "https://shadcn-svelte.com/registry"
1716
}

0 commit comments

Comments
 (0)