Release v0.1.23
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import '$lib/theme';
|
||||
import { beforeNavigate, afterNavigate } from '$app/navigation';
|
||||
import { page } from '$app/state';
|
||||
import ClientShell from '$lib/components/ClientShell.svelte';
|
||||
import AppShell from '$lib/components/AppShell.svelte';
|
||||
import CustomerPortalShell from '$lib/components/CustomerPortalShell.svelte';
|
||||
import Toast from '$lib/components/Toast.svelte';
|
||||
import { clientSession } from '$lib/session';
|
||||
@@ -50,9 +50,9 @@
|
||||
{@render children()}
|
||||
</CustomerPortalShell>
|
||||
{:else}
|
||||
<ClientShell>
|
||||
<AppShell>
|
||||
{@render children()}
|
||||
</ClientShell>
|
||||
</AppShell>
|
||||
{/if}
|
||||
|
||||
<Toast />
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user