diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 20e7df6..f708372 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,6 +1,7 @@ --- import FooterMenu from '@components/Menus/FooterMenu.astro'; +import CookieConsent from '@components/Integrations/CookieConsent.astro'; interface Props { @@ -105,7 +106,6 @@ const footerId = `footer-profile`;
+ +