import FooterMainNav from "./MainNav" import FooterSecondaryNav from "./SecondaryNav" import styles from "./navigation.module.css" import type { FooterNavigationProps } from "@/types/components/footer/navigation" export default function FooterNavigation({ mainLinks, secondaryLinks, appDownloads, }: FooterNavigationProps) { return (
) }