chore: add consistent type imports
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import ArrowRight from "@/components/Icons/ArrowRight"
|
||||
import Link from "@/components/TempDesignSystem/Link"
|
||||
|
||||
import { SectionLinkProps } from "./link"
|
||||
import { linkVariants } from "./variants"
|
||||
|
||||
import styles from "./link.module.css"
|
||||
|
||||
import type { SectionLinkProps } from "./link"
|
||||
|
||||
export default function SectionLink({ link, variant }: SectionLinkProps) {
|
||||
if (!link) {
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user