fix warning

This commit is contained in:
Hristo Nedelkov 2023-09-29 20:37:52 +03:00
parent 0b897045c3
commit 5afbe035d0

View File

@ -1,7 +1,7 @@
import { Shadow } from '@status-im/components'
type DashboardCardWrapperProps = {
children: React.ReactNode
children: string
padding?: string
width: string
}