fix: hideBanners being undefined

This commit is contained in:
SukkaW
2021-09-04 12:13:49 +08:00
committed by 神戸小鳥
parent dbac251c76
commit 2c4b276686
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
import { max, sum } from './functions/util.js';
import { summary } from './functions/summary.js'
import Life from './life.js'
import { hideBanners } from './';
class App{
constructor(){
this.#life = new Life();