refactor: separate utils directory

This commit is contained in:
ayo 2026-04-03 11:31:26 +02:00
parent 1ed1f15d36
commit 6e37fcfbed
5 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import {
LoggerService,
StorageService,
TimerService
} from './modules/index.js'
} from '../utils/index.js'
import { levels } from './levels.js'
const TEST_MODE = false // set to true if you want to test the game with visual hints