diff --git a/src/Footer/Component.tsx b/src/Footer/Component.tsx index bf87902..d76c325 100644 --- a/src/Footer/Component.tsx +++ b/src/Footer/Component.tsx @@ -1,31 +1,28 @@ import { getCachedGlobal } from '@/utilities/getGlobals' import Link from 'next/link' import React from 'react' - + import { CMSLink } from '@/components/Link' -import { Logo } from '@/components/Logo/Logo' - + export async function Footer() { const footerData = await getCachedGlobal('footer', 1)() - + const navItems = footerData?.navItems || [] - + return ( )