Skip to content

Commit

Permalink
1- UI design completed
Browse files Browse the repository at this point in the history
  • Loading branch information
burakorkmez committed Mar 25, 2024
1 parent 63fd71e commit dba919c
Show file tree
Hide file tree
Showing 30 changed files with 2,125 additions and 321 deletions.
17 changes: 17 additions & 0 deletions 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 dba919c

Please sign in to comment.