chore: fix types
ci/woodpecker/push/woodpecker Pipeline was successful Details

refactor/sveltekit
Tomáš Mládek 2024-01-18 00:38:09 +01:00
parent e6d7328b29
commit 65eb252619
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<script lang="ts" context="module">
import type { IValue } from "@upnd/upend/types";
import UpEntry from "@upnd/upend";
import type { UpEntry } from "@upnd/upend";
import UpEntryComponent from "../display/UpEntry.svelte";
export type SELECTOR_TYPE =