diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-09-11 23:12:27 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-09-11 23:12:27 -0400 |
| commit | 7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14 (patch) | |
| tree | bf13769b918590f897b969a405a2df500b963560 /src/layouts/Layout.astro | |
| parent | 649b1d4328a7ffc31cb5e9d47e2b3ddefcc66f16 (diff) | |
| download | alure-website-7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14.tar.gz alure-website-7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14.tar.bz2 alure-website-7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14.zip | |
Travel Advisory and package update
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
