diff --git a/src/routes/console/project-[project]/storage/table.svelte b/src/routes/console/project-[project]/storage/table.svelte index 7208d23e2..94909f565 100644 --- a/src/routes/console/project-[project]/storage/table.svelte +++ b/src/routes/console/project-[project]/storage/table.svelte @@ -18,7 +18,6 @@ TableScroll, TableCellCheck } from '$lib/elements/table'; - import { toLocaleDateTime } from '$lib/helpers/date'; import { addNotification } from '$lib/stores/notifications'; import { sdk } from '$lib/stores/sdk'; import type { PageData } from './$types';