Remove PhotoPreview import to fix Linting errors

This commit is contained in:
Katos
2025-03-23 20:45:39 +00:00
parent 6b0c28df83
commit 1c802feabe

View File

@@ -72,7 +72,7 @@
</template>
<script setup lang="ts">
import type { ItemCreate, LabelOut, LocationOut, PhotoPreview } from "~~/lib/api/types/data-contracts";
import type { ItemCreate, LabelOut, LocationOut } from "~~/lib/api/types/data-contracts";
import { useLabelStore } from "~~/stores/labels";
import { useLocationStore } from "~~/stores/locations";
import MdiPackageVariant from "~icons/mdi/package-variant";