remove unused code

This commit is contained in:
Damodar Lohani
2025-01-20 06:42:13 +00:00
parent e696d0c05b
commit 2f36ff286b
@@ -15,12 +15,10 @@
import { isCloud } from '$lib/system';
import Baa from './BAA.svelte';
import Soc2 from './Soc2.svelte';
import DeleteOrganizationEstimation from './deleteOrganizationEstimation.svelte';
export let data;
let name: string;
let showDelete = false;
let showDeleteEstimation = false;
onMount(() => {
name = $organization.name;