feat(ui): update global CSS path and restructure styles

This commit is contained in:
Firman Ramdhani
2026-01-07 10:45:49 +07:00
parent fec32487bb
commit 2e3d64b25b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.0.0",
"exports": {
".": "./src/index.ts",
"./global.css": "./src/assets/styles/globals.css"
"./global.css": "./src/globals.css"
},
"license": "MIT",
"scripts": {