diff --git a/src/addons/runs/HistoryEvent.svelte b/src/addons/runs/HistoryEvent.svelte index eb360b985..5ffc73920 100644 --- a/src/addons/runs/HistoryEvent.svelte +++ b/src/addons/runs/HistoryEvent.svelte @@ -9,7 +9,7 @@ } from "svelte-octicons"; import Button from "../../common/Button.svelte"; import Price from "../../premium-credits/Price.svelte"; - import { Run } from "../types"; + import type { Run } from "../types"; export let run: Run;