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
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { mod } from '@gkucmierz/utils';
|
||||
const mod = (n, m) => ((n % m) + m) % m;
|
||||
|
||||
// Enum for colors/faces
|
||||
export const COLORS = {
|
||||
|
||||
Reference in New Issue
Block a user