fix: export only class as defaul

This commit is contained in:
ayo 2026-04-03 03:22:27 +02:00
parent 2db1129489
commit 902c3073ec
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ const PC_BUSY_DELAY = 500
* @param {String} appId
* @param {String} version
*/
export const Minesweeper = function(appId, version) {
const Minesweeper = function(appId, version) {
const _this = this
const storageService = new StorageService()
const timerService = new TimerService()