From c3f119d332dea3fc33494a44e077f00f6ad05eec Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 09:07:24 +0100 Subject: Adds breadcrumbs --- src/components/Navbar.astro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/Navbar.astro') diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 8174efe..80829d3 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -1,5 +1,6 @@ --- import type Locale from '../types/Locale'; +import Breadcrumbs from './Breadcrumbs.astro'; import SwitchLanguageLink from './SwitchLanguageLink.astro'; interface Props { @@ -11,4 +12,5 @@ const { locale } = Astro.props; -- cgit v1.2.3