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

Co-authored-by: Darshan <itznotabug@gmail.com>
This commit is contained in:
Harsh Mahajan
2025-08-04 15:27:26 +05:30
committed by GitHub
co-authored by Darshan
parent 0c1422273d
commit 50d6285ec3
@@ -38,7 +38,7 @@
import { page } from '$app/state';
import UpdateVariablesModal from './updateVariablesModal.svelte';
import SecretVariableModal from './secretVariableModal.svelte';
import Confirm from '$lib/components/confirm.svelte';
import { Confirm } from '$lib/components';
export let variableList: Models.VariableList;
export let globalVariableList: Models.VariableList | undefined = undefined;