Re-add photopreview, will fix this in a separate issue for Linting

This commit is contained in:
Katos
2025-03-23 20:47:45 +00:00
parent 1c802feabe
commit 9a1bd6bfc4

View File

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