refactor: separate utils directory
This commit is contained in:
parent
1ed1f15d36
commit
6e37fcfbed
5 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import {
|
||||||
LoggerService,
|
LoggerService,
|
||||||
StorageService,
|
StorageService,
|
||||||
TimerService
|
TimerService
|
||||||
} from './modules/index.js'
|
} from '../utils/index.js'
|
||||||
import { levels } from './levels.js'
|
import { levels } from './levels.js'
|
||||||
|
|
||||||
const TEST_MODE = false // set to true if you want to test the game with visual hints
|
const TEST_MODE = false // set to true if you want to test the game with visual hints
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue