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 0c14222 commit 50d6285Copy full SHA for 50d6285
src/routes/(console)/project-[region]-[project]/updateVariables.svelte
@@ -38,7 +38,7 @@
38
import { page } from '$app/state';
39
import UpdateVariablesModal from './updateVariablesModal.svelte';
40
import SecretVariableModal from './secretVariableModal.svelte';
41
- import Confirm from '$lib/components/confirm.svelte';
+ import { Confirm } from '$lib/components';
42
43
export let variableList: Models.VariableList;
44
export let globalVariableList: Models.VariableList | undefined = undefined;
0 commit comments