Skip to content

Commit

Permalink
clean import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Jan 3, 2025
1 parent fc70857 commit 488527d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { addNotification } from '$lib/stores/notifications';
import { sdk } from '$lib/stores/sdk';
import { FormList } from '$lib/elements/forms/index.js';
import { func } from '$routes/(console)/project-[project]/functions/function-[function]/store';
import { func } from '../store';
export let showDelete = false;
const functionId = $page.params.function;
Expand Down

0 comments on commit 488527d

Please sign in to comment.