🎨 Splitted utils into generation and gameInteractions

This commit is contained in:
2024-02-18 21:57:05 +01:00
parent 4b4473e2b2
commit b19c665ab0
4 changed files with 86 additions and 82 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ import { useActions } from './hooks/useActions';
// ---------------------------------------------------------------------------------------------------------------------
// ------------------------------------------------------ Utils --------------------------------------------------------
import { genGrid, getCellDisplayContent } from '../../utils/game';
import { genGrid } from '../../utils/generation';
import { getCellDisplayContent } from '../../utils/gameInteractions';
// ---------------------------------------------------------------------------------------------------------------------
// ----------------------------------------------------- Assets --------------------------------------------------------