Skip to content

Commit

Permalink
Add type
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast authored Apr 1, 2024
1 parent 3bcd060 commit 1b96ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/runs/HistoryEvent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1b96ad7

Please sign in to comment.