Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Jul 25, 2024
1 parent 5971812 commit 25665cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import Dropdown from '$lib/components/Dropdown.svelte';
import ConfirmDeleteModal from '$lib/components/modals/ConfirmDeleteModal.svelte';
import {_deleteProject} from '$lib/gql/mutations';
import { goto, invalidate } from '$app/navigation';
import { goto } from '$app/navigation';
import MoreSettings from '$lib/components/MoreSettings.svelte';
import { AdminContent, PageBreadcrumb } from '$lib/layout';
import Markdown from 'svelte-exmarkdown';
Expand Down

0 comments on commit 25665cc

Please sign in to comment.