Skip to content

Commit

Permalink
Merge pull request ZencypherSolutions#17 from Bran18/feat/create-sidebar
Browse files Browse the repository at this point in the history
Feat: create sidebar
  • Loading branch information
evgongora authored Dec 14, 2024
2 parents ab783fe + 7127bc0 commit 86aa855
Show file tree
Hide file tree
Showing 19 changed files with 4,679 additions and 5,857 deletions.
21 changes: 21 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
Loading

0 comments on commit 86aa855

Please sign in to comment.