mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
remove: remove props interface never use
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user