Update ValidatorBoxWrapper.tsx

This commit is contained in:
Hristo Nedelkov 2024-01-05 09:34:37 +02:00
parent 067aefffde
commit 47f9f5e587

View File

@ -1,6 +1,6 @@
import { Shadow } from '@status-im/components'
import { ReactNode } from 'react'
type ValidatorBoxWrapperProps = {
children: ReactNode
}