From 00590e5823f37716d8a68f6ca55c68bf7afe45e4 Mon Sep 17 00:00:00 2001
From: Ivan Kuzmenko <6745157+rndtrash@users.noreply.github.com>
Date: Sun, 13 Jul 2025 10:33:08 +0300
Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=BF?=
=?UTF-8?q?=D0=B0=D0=BD=D0=B5=D0=BB=D1=8C=20=D0=BD=D0=B0=D0=B2=D0=B8=D0=B3?=
=?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8=20=D1=81=20=D1=81=D1=81=D1=8B=D0=BB?=
=?UTF-8?q?=D0=BA=D0=B0=D0=BC=D0=B8-=D0=B7=D0=B0=D0=B3=D0=BB=D1=83=D1=88?=
=?UTF-8?q?=D0=BA=D0=B0=D0=BC=D0=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/lib/components/NavBar.svelte | 44 ++++++++++++++++++++++++++++++++
src/routes/+layout.svelte | 44 ++++++++++++++++----------------
src/routes/+page.svelte | 4 +++
3 files changed, 70 insertions(+), 22 deletions(-)
create mode 100644 src/lib/components/NavBar.svelte
diff --git a/src/lib/components/NavBar.svelte b/src/lib/components/NavBar.svelte
new file mode 100644
index 0000000..398decc
--- /dev/null
+++ b/src/lib/components/NavBar.svelte
@@ -0,0 +1,44 @@
+
+
+
+
+
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 5db3e07..ac454fb 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -1,20 +1,15 @@