Skip to content

Commit

Permalink
Merge pull request #173 from kushwahramkumar2003/features
Browse files Browse the repository at this point in the history
user page added
  • Loading branch information
kushwahramkumar2003 authored Feb 27, 2024
2 parents 477cca6 + 6fa4ca0 commit 060d9b3
Show file tree
Hide file tree
Showing 32 changed files with 1,632 additions and 367 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": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 060d9b3

Please sign in to comment.