mirror of
https://github.com/hay-kot/homebox.git
synced 2025-06-05 20:12:28 +00:00
use typed imports
This commit is contained in:
parent
5440fc60e1
commit
26b17e5cf8
54 changed files with 80 additions and 77 deletions
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { LabelOut, LabelSummary } from "~~/lib/api/types/data-contracts";
|
||||
import type { LabelOut, LabelSummary } from "~~/lib/api/types/data-contracts";
|
||||
import MdiArrowRight from "~icons/mdi/arrow-right";
|
||||
import MdiTagOutline from "~icons/mdi/tag-outline";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue