We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdb9a6 commit e7f54f7Copy full SHA for e7f54f7
frontend/src/routes/(authenticated)/project/[project_code]/+page.svelte
@@ -27,7 +27,7 @@
27
import Dropdown from '$lib/components/Dropdown.svelte';
28
import ConfirmDeleteModal from '$lib/components/modals/ConfirmDeleteModal.svelte';
29
import {_deleteProject} from '$lib/gql/mutations';
30
- import { goto, invalidate } from '$app/navigation';
+ import { goto } from '$app/navigation';
31
import MoreSettings from '$lib/components/MoreSettings.svelte';
32
import { AdminContent, PageBreadcrumb } from '$lib/layout';
33
import Markdown from 'svelte-exmarkdown';
0 commit comments