Skip to content

Commit

Permalink
Merge pull request #7 from TEDx-SJEC/newform
Browse files Browse the repository at this point in the history
Added the admin page
  • Loading branch information
joywin2003 authored Sep 13, 2024
2 parents 44a6fbf + 6fc8c6f commit a9a5c3f
Show file tree
Hide file tree
Showing 24 changed files with 1,008 additions and 159 deletions.
20 changes: 20 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$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": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
Loading

0 comments on commit a9a5c3f

Please sign in to comment.