diff --git a/src/Footer/Component.tsx b/src/Footer/Component.tsx index 18c56d7..b92c064 100644 --- a/src/Footer/Component.tsx +++ b/src/Footer/Component.tsx @@ -1,30 +1,32 @@ 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 ( \ No newline at end of file + + ) +} \ No newline at end of file