fix(admin): fix the admin app (#9233)

This commit is contained in:
EYHN
2024-12-23 03:06:31 +00:00
parent ec5bbb442f
commit cddef4c2f6
12 changed files with 253 additions and 63 deletions
+1 -2
View File
@@ -66,7 +66,6 @@
"update-shadcn": "shadcn-ui add -p src/components/ui"
},
"exports": {
"./utils": "./src/utils.ts",
"./components/ui/*": "./src/components/ui/*.tsx"
"./*": "./src/*"
}
}