From 98afc28773806e05a846742a434fd5d0cbadede9 Mon Sep 17 00:00:00 2001 From: "Mohamad.Elsena" Date: Thu, 2 Jan 2025 15:53:08 +0100 Subject: [PATCH] added basic navbar --- frontend/src/lib/components/Navbar.svelte | 11 +++++++++++ frontend/src/routes/(auth)/+layout.svelte | 7 +++++++ frontend/src/routes/(auth)/main/+page.svelte | 1 - 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 frontend/src/lib/components/Navbar.svelte create mode 100644 frontend/src/routes/(auth)/+layout.svelte diff --git a/frontend/src/lib/components/Navbar.svelte b/frontend/src/lib/components/Navbar.svelte new file mode 100644 index 0000000..7036c68 --- /dev/null +++ b/frontend/src/lib/components/Navbar.svelte @@ -0,0 +1,11 @@ + + + diff --git a/frontend/src/routes/(auth)/+layout.svelte b/frontend/src/routes/(auth)/+layout.svelte new file mode 100644 index 0000000..d6bb38e --- /dev/null +++ b/frontend/src/routes/(auth)/+layout.svelte @@ -0,0 +1,7 @@ + + + +{@render children()} diff --git a/frontend/src/routes/(auth)/main/+page.svelte b/frontend/src/routes/(auth)/main/+page.svelte index 42fc2a8..6680062 100644 --- a/frontend/src/routes/(auth)/main/+page.svelte +++ b/frontend/src/routes/(auth)/main/+page.svelte @@ -11,7 +11,6 @@
-

Formies

Create a New Form