remove: remove props interface never use

This commit is contained in:
unknown 2021-08-24 15:49:18 +07:00
parent 146aa6309f
commit bf2a2c0832
2 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,7 @@
import s from './Logo.module.scss'
interface Props {
className?: string
children?: any
}
const Logo = ({}: Props) => {

View File

@ -3,8 +3,6 @@ import s from './ViewAllItem.module.scss'
import Link from 'next/link'
interface Props {
className?: string
children?: any
link?: string
}