Merge branch 'UserProfile' into 'main'
userProfile with clerk See merge request !5
Showing
- app/(content)/(user)/[userid]/page.tsx 4 additions, 4 deletionsapp/(content)/(user)/[userid]/page.tsx
- package-lock.json 12 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- prisma/migrations/20230521165937_init/migration.sql 10 additions, 0 deletionsprisma/migrations/20230521165937_init/migration.sql
... | ... | @@ -12,6 +12,7 @@ |
}, | ||
"dependencies": { | ||
"@clerk/nextjs": "^4.18.4", | ||
"@clerk/themes": "^1.7.3", | ||
"@prisma/client": "^4.14.1", | ||
"@radix-ui/react-dropdown-menu": "^2.0.4", | ||
"@radix-ui/react-slot": "^1.0.1", | ||
... | ... |
Please register or sign in to comment