Refactor Cube.js: use @gkucmierz/utils for modulo arithmetic
All checks were successful
Deploy to Production / deploy (push) Successful in 8s

This commit is contained in:
2026-02-15 22:26:34 +01:00
parent 2beceeee79
commit ea54dfcf46
3 changed files with 49 additions and 557 deletions

View File

@@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@gkucmierz/utils": "^1.28.3",
"lucide-vue-next": "^0.564.0",
"vue": "^3.5.13"
},