mirror of
https://github.com/vercel/commerce.git
synced 2025-07-08 05:41:22 +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'
|
||||
|
||||
interface Props {
|
||||
className?: string
|
||||
children?: any
|
||||
|
||||
}
|
||||
|
||||
const Logo = ({}: Props) => {
|
||||
|
@ -3,8 +3,6 @@ import s from './ViewAllItem.module.scss'
|
||||
import Link from 'next/link'
|
||||
|
||||
interface Props {
|
||||
className?: string
|
||||
children?: any
|
||||
link?: string
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user