diff --git a/components/Footer/Navigation/MainNav/index.tsx b/components/Footer/Navigation/MainNav/index.tsx index c233834c8..353f1a045 100644 --- a/components/Footer/Navigation/MainNav/index.tsx +++ b/components/Footer/Navigation/MainNav/index.tsx @@ -4,7 +4,7 @@ import Subtitle from "@/components/TempDesignSystem/Text/Subtitle" import styles from "./mainnav.module.css" -import { FooterMainNavProps } from "@/types/components/footer/navigation" +import type { FooterMainNavProps } from "@/types/components/footer/navigation" export default function FooterMainNav({ mainLinks }: FooterMainNavProps) { return ( diff --git a/components/Footer/Navigation/SecondaryNav/index.tsx b/components/Footer/Navigation/SecondaryNav/index.tsx index 33460e7b9..afbf36dd4 100644 --- a/components/Footer/Navigation/SecondaryNav/index.tsx +++ b/components/Footer/Navigation/SecondaryNav/index.tsx @@ -6,7 +6,7 @@ import styles from "./secondarynav.module.css" import { AppDownnLoadLinks, - FooterSecondaryNavProps, + type FooterSecondaryNavProps, } from "@/types/components/footer/navigation" export default function FooterSecondaryNav({