Skip to content

Commit

Permalink
Merge pull request #11 from NewMillenniumWorkout/dev/CalendarPage
Browse files Browse the repository at this point in the history
[DEV] 테스트를 위한 UI 구성 완료
  • Loading branch information
LUCETE012 authored Nov 29, 2024
2 parents e5818ed + 1e98e81 commit 13cffbb
Show file tree
Hide file tree
Showing 12 changed files with 1,075 additions and 26 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": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.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 13cffbb

Please sign in to comment.