mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: remove wrong import
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user