chore: rename to mnswpr.js
This commit is contained in:
parent
4b112dcee9
commit
04bfc22330
3 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import './minesweeper.css'
|
||||
import './modules/loading/loading.css'
|
||||
import '../public/favicon.ico'
|
||||
import Minesweeper from './minesweeper.js'
|
||||
import './mnswpr.css'
|
||||
import Minesweeper from './mnswpr.js'
|
||||
|
||||
const myMinesweeper = new Minesweeper('app')
|
||||
myMinesweeper.initialize()
|
||||
|
|
|
|||
Loading…
Reference in a new issue