fix bad import

This commit is contained in:
Zutatensuppe 2021-05-29 18:56:43 +02:00
parent d4f02c10df
commit c6f47c9b25
4 changed files with 5 additions and 5 deletions

View file

@ -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',