16 lines
176 B
JavaScript
Raw Normal View History

/* eslint-disable */
const location = {
href: 'game.js',
search: '',
hash: '',
reload() {
},
replace(href) {
this.href = href
},
}
export default location