From 7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 11 Sep 2023 23:12:27 -0400 Subject: Travel Advisory and package update --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layouts') diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 6aeea4e..57e231f 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,5 @@ --- -import Navbar from "../components/Navbar"; +import Navbar from "../components/Navbar.jsx"; import PSA from "../components/PSA.astro"; const { title, description } = Astro.props; -- cgit v1.2.3