mirror of
https://github.com/vercel/commerce.git
synced 2025-07-09 22:31:21 +00:00
remove: remove props interface never use
This commit is contained in:
parent
146aa6309f
commit
bf2a2c0832
@ -1,8 +1,7 @@
|
|||||||
import s from './Logo.module.scss'
|
import s from './Logo.module.scss'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
className?: string
|
|
||||||
children?: any
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const Logo = ({}: Props) => {
|
const Logo = ({}: Props) => {
|
||||||
|
@ -3,8 +3,6 @@ import s from './ViewAllItem.module.scss'
|
|||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
className?: string
|
|
||||||
children?: any
|
|
||||||
link?: string
|
link?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user