mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
remove unused code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user