Hotfix: Use local mod function instead of external dependency to fix rendering issue
All checks were successful
Deploy to Production / deploy (push) Successful in 5s

This commit is contained in:
2026-02-15 22:31:50 +01:00
parent ea54dfcf46
commit 4335938956
2 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { mod } from '@gkucmierz/utils';
const mod = (n, m) => ((n % m) + m) % m;
// Enum for colors/faces
export const COLORS = {