import type { FooterNavigationProps } from "@/types/components/current/footer" export default function Navigation({ linkGroups }: FooterNavigationProps) { return ( ) }