Skip to content

Commit

Permalink
sign up page
Browse files Browse the repository at this point in the history
  • Loading branch information
JeetDas5 committed Dec 8, 2024
1 parent c5ce3bf commit 93ddb02
Show file tree
Hide file tree
Showing 17 changed files with 1,499 additions and 131 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": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
Loading

0 comments on commit 93ddb02

Please sign in to comment.