UNPKG

minesweeper-for-web

Version:
3 lines 165 B
import { MinesweeperGame } from './MinesweeperGame.js'; window.customElements.define('minesweeper-game', MinesweeperGame); //# sourceMappingURL=custom-element.js.map