fix bad import
This commit is contained in:
parent
d4f02c10df
commit
c6f47c9b25
4 changed files with 5 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue