bringing back ui components

This commit is contained in:
wass08
2026-01-16 10:49:22 +09:00
parent 60cb60fdaa
commit d657f4125f
28 changed files with 2487 additions and 192 deletions
+5 -4
View File
@@ -5,7 +5,10 @@
{
"name": "next"
}
]
],
"paths": {
"@/*": ["./*"]
}
},
"include": [
"**/*.ts",
@@ -14,7 +17,5 @@
"next.config.js",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}