mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +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) => {
|
||||
|
Reference in New Issue
Block a user