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 (
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import styles from "./secondarynav.module.css"
|
|||||||
|
|
||||||
import {
|
import {
|
||||||
AppDownnLoadLinks,
|
AppDownnLoadLinks,
|
||||||
FooterSecondaryNavProps,
|
type FooterSecondaryNavProps,
|
||||||
} from "@/types/components/footer/navigation"
|
} from "@/types/components/footer/navigation"
|
||||||
|
|
||||||
export default function FooterSecondaryNav({
|
export default function FooterSecondaryNav({
|
||||||
|
|||||||
Reference in New Issue
Block a user