🎨 Splitted utils into generation and gameInteractions
This commit is contained in:
@@ -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 --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user