feat(SW-185): added type on import
This commit is contained in:
@@ -4,7 +4,7 @@ import Subtitle from "@/components/TempDesignSystem/Text/Subtitle"
|
|||||||
|
|
||||||
import styles from "./mainnav.module.css"
|
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) {
|
export default function FooterMainNav({ mainLinks }: FooterMainNavProps) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user