fix type hint
This commit is contained in:
parent
b4980e367c
commit
bf4897bf83
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ import InfoOverlay from './../components/InfoOverlay.vue'
|
|||
import HelpOverlay from './../components/HelpOverlay.vue'
|
||||
|
||||
import { main, MODE_REPLAY } from './../game'
|
||||
import { Player } from '../../common/Types'
|
||||
import { Game, Player } from '../../common/Types'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'replay',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue