Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Feb 5, 2024
1 parent 53e8144 commit b5f240a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/app/NavButton.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts">
import { createEventDispatcher } from 'svelte';
import { getColorForStatus, type Status } from '../../enums/status';
import type { Status } from '../../enums/status';
import { getColorForStatus } from '../../utilities/status';
export let selected: boolean = false;
export let status: Status | null = null;
Expand Down

0 comments on commit b5f240a

Please sign in to comment.