From fbeb84270b619c16dc3454e75f648da5e7e84a98 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Thu, 16 Apr 2026 08:40:16 +0300 Subject: [PATCH] feat(Layout): remove breadcrumbs --- src/app/ui/Layout.svelte | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/ui/Layout.svelte b/src/app/ui/Layout.svelte index c430a3f..85fa981 100644 --- a/src/app/ui/Layout.svelte +++ b/src/app/ui/Layout.svelte @@ -85,19 +85,11 @@ onDestroy(() => themeManager.destroy()); theme === 'dark' ? 'dark' : '', )} > -
- -
- - - {#if fontsReady} {@render children?.()} {/if} - -