From b3453705404025092b599e8fe04b2649f9869e2c 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (