resolve imports warning

This commit is contained in:
lightling 2024-04-13 01:16:34 -04:00
parent e23e213dc3
commit 9647fa5f16

View file

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