From a83d1cd200c9498dcf2d9ca0673a93d7e6729962 Mon Sep 17 00:00:00 2001 From: chark1es Date: Sat, 21 Dec 2024 03:23:34 -0800 Subject: [PATCH] fix layout imports --- src/layouts/Layout.astro | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 5ed96c7..9522de3 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,5 @@ --- -import Navbar from "../components/Navbar.astro"; +import Navbar from "../components/core/Navbar.astro"; --- @@ -12,23 +12,23 @@ import Navbar from "../components/Navbar.astro"; Astro Basics - - - +
- +
+ +
- - + +