diff --git a/frontend/src/lib/components/Navigation/Footer.svelte b/frontend/src/lib/components/Navigation/Footer.svelte index 93dea43e..61a216b9 100644 --- a/frontend/src/lib/components/Navigation/Footer.svelte +++ b/frontend/src/lib/components/Navigation/Footer.svelte @@ -1,14 +1,20 @@ - +import { + Footer, + FooterBrand, + FooterIcon, + FooterLink, + FooterLinkGroup, +} from "flowbite-svelte"; +import { FacebookSolid, InstagramSolid } from "flowbite-svelte-icons"; +import { _ } from "svelte-i18n"; + + \ No newline at end of file +