fix: remove wrong import

This commit is contained in:
Arman
2022-06-20 11:03:47 +02:00
parent 382f35c5a5
commit f1d4cbb059
@@ -15,7 +15,6 @@
import { sdkForProject } from '$lib/stores/sdk';
import { addNotification } from '$lib/stores/notifications';
import Delete from './_deleteBucket.svelte';
import { bind } from 'svelte/internal';
let showDelete = false;
let showError: false | 'name' | 'size' = false;