Skip to content

Commit

Permalink
Add sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-bach committed May 14, 2024
1 parent 7ba97b2 commit 98111a7
Show file tree
Hide file tree
Showing 17 changed files with 1,088 additions and 39 deletions.
17 changes: 17 additions & 0 deletions frontend/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 98111a7

Please sign in to comment.