From 1d5af5ea703cd1dc17da32262bce9a8cffebe567 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Wed, 22 Apr 2026 13:01:46 +0300 Subject: [PATCH] feat(Layout): add footer to layout --- src/app/ui/Layout.svelte | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/src/app/ui/Layout.svelte b/src/app/ui/Layout.svelte index 9d0d8f5..6788f85 100644 --- a/src/app/ui/Layout.svelte +++ b/src/app/ui/Layout.svelte @@ -3,21 +3,12 @@ Application shell with providers and page wrapper -->