Skip to content

Commit 50d6285

Browse files
Update src/routes/(console)/project-[region]-[project]/updateVariables.svelte
Co-authored-by: Darshan <[email protected]>
1 parent 0c14222 commit 50d6285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/updateVariables.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import { page } from '$app/state';
3939
import UpdateVariablesModal from './updateVariablesModal.svelte';
4040
import SecretVariableModal from './secretVariableModal.svelte';
41-
import Confirm from '$lib/components/confirm.svelte';
41+
import { Confirm } from '$lib/components';
4242
4343
export let variableList: Models.VariableList;
4444
export let globalVariableList: Models.VariableList | undefined = undefined;

0 commit comments

Comments
 (0)