diff --git a/frontend/src/routes/(root)/(logged)/+page.svelte b/frontend/src/routes/(root)/(logged)/+page.svelte index 657761dfbc..ab3d68d24e 100644 --- a/frontend/src/routes/(root)/(logged)/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/+page.svelte @@ -23,7 +23,8 @@ import { setQuery } from '$lib/navigation' import { page } from '$app/stores' import { goto, replaceState } from '$app/navigation' - import { ScrollArea } from '$lib/components/meltComponents' + import Scroll from '$lib/components/Scroll.svelte' + type Tab = 'hub' | 'workspace' let tab: Tab = @@ -213,7 +214,7 @@ - +
{#if $workspaceStore == 'admins'}
@@ -318,4 +319,4 @@ {#if tab == 'workspace'} {/if} - +