Fix incorrect type import
This commit is contained in:
parent
c8cd0f30d1
commit
62f6454b83
@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { apiGet } from "$lib/scripts/apiFetch";
|
||||
import { ReasonCode } from "@owlboard/ts-types";
|
||||
import type { ReasonCode } from "@owlboard/ts-types";
|
||||
|
||||
export let code: string;
|
||||
export let type: string;
|
||||
|
Loading…
Reference in New Issue
Block a user