update layout

This commit is contained in:
Kenta420 2024-01-24 11:41:58 +07:00
parent 84f18b6141
commit 725d41f61f
17 changed files with 1859 additions and 408 deletions

View file

@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}