diff --git a/frontend/src/lib/components/AppShell.svelte b/frontend/src/lib/components/AppShell.svelte index 1a61464b..6de09319 100644 --- a/frontend/src/lib/components/AppShell.svelte +++ b/frontend/src/lib/components/AppShell.svelte @@ -7,7 +7,6 @@ import { fileInlineUrl } from '$lib/api/endpoints/files'; import type { FileItem, FolderItem } from '$lib/api/types'; import { lazyComponent } from '$lib/composables/lazyComponent.svelte'; - import CommandPalette from '$lib/components/CommandPalette.svelte'; import DrivePicker from '$lib/components/DrivePicker.svelte'; import Icon from '$lib/icons/Icon.svelte'; import { iconNameFromClass } from '$lib/utils/display'; diff --git a/frontend/src/lib/components/ResourceList.svelte b/frontend/src/lib/components/ResourceList.svelte index f7b88bf8..5f4e3935 100644 --- a/frontend/src/lib/components/ResourceList.svelte +++ b/frontend/src/lib/components/ResourceList.svelte @@ -331,10 +331,7 @@ {#if showOwner}
- {t( - 'drive.not_found_body', - "This drive doesn't exist or you don't have access to it." - )} + {t('drive.not_found_body', "This drive doesn't exist or you don't have access to it.")}
{t('drive.back_to_files', 'Back to Files')}