From 89e588363f1c3b5dbdff8d7d033effcb7ae2fcd2 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Mon, 26 Aug 2024 11:40:55 +0200 Subject: [PATCH] feat(SW-185): added type on import --- components/Footer/Navigation/MainNav/index.tsx | 2 +- components/Footer/Navigation/SecondaryNav/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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({