fix bad import
This commit is contained in:
parent
d4f02c10df
commit
c6f47c9b25
4 changed files with 5 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ import ConnectionOverlay from './../components/ConnectionOverlay.vue'
|
|||
import HelpOverlay from './../components/HelpOverlay.vue'
|
||||
|
||||
import { main, MODE_PLAY } from './../game'
|
||||
import { Player } from '../../common/GameCommon'
|
||||
import { Player } from '../../common/Types'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'game',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue