Fix incorrect type import
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user