resolve imports warning
This commit is contained in:
parent
e23e213dc3
commit
9647fa5f16
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { computed, defineEmits, defineProps } from 'vue'
|
||||
import { computed } from 'vue'
|
||||
|
||||
import type { GalleryEntry } from './gallery'
|
||||
import { getTitleFromEntryOrId } from './gallery-utilities'
|
||||
|
|
Loading…
Add table
Reference in a new issue