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

@ -38,7 +38,7 @@
</template>
<script lang="ts">
import { defineComponent, PropType } from 'vue'
import { Image, Tag } from '../../common/GameCommon'
import { Image, Tag } from '../../common/Types'
import ResponsiveImage from './ResponsiveImage.vue'
import TagsInput from './TagsInput.vue'