clan-app: ui-2d remove unecessary imports

This commit is contained in:
Qubasa
2025-06-19 16:52:45 +02:00
parent 6314dfdb3b
commit 378f68bb5f
15 changed files with 17 additions and 37 deletions

View File

@@ -9,8 +9,8 @@
"build": "npm run check && npm run test && vite build && npm run convert-html",
"convert-html": "node gtk.webview.js",
"serve": "vite preview",
"check": "tsc --noEmit --skipLibCheck && eslint ./src",
"knip": "knip",
"check": "tsc --noEmit --skipLibCheck && eslint ./src --fix",
"knip": "knip --fix",
"test": "vitest run --project unit --typecheck",
"storybook": "storybook",
"storybook-build": "storybook build",