Skip to content

Commit

Permalink
Merge pull request #56 from Anas-github-acc/new
Browse files Browse the repository at this point in the history
login-signup page
  • Loading branch information
thedevyashsaini authored Jul 22, 2024
2 parents bdbaf83 + 58621aa commit bb82055
Show file tree
Hide file tree
Showing 32 changed files with 2,955 additions and 257 deletions.
16 changes: 16 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "gray",
"cssVariables": true
},
"aliases": {
"utils": "@/lib/utils",
"components": "@/components"
}
}
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {}

export default nextConfig;
Loading

0 comments on commit bb82055

Please sign in to comment.