From 1b96ad7ff611f47abac8af0b38b33216841da93d Mon Sep 17 00:00:00 2001 From: Chris Amico Date: Mon, 1 Apr 2024 10:07:52 -0400 Subject: [PATCH] Add type --- src/addons/runs/HistoryEvent.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;