fix: remove not used components

This commit is contained in:
RadoslavDimchev 2023-08-24 09:51:46 +03:00
parent b355f38fe5
commit ca617c43a5
1 changed files with 53 additions and 56 deletions

View File

@ -3,10 +3,8 @@ import { Shadow, Text } from '@status-im/components'
import FormStepper from './Stepper'
import PageWrapperGradient from '../../components/PageWrappers/PageWrapperGradient'
Text
function ValidatorOnboarding() {
const ValidatorOnboarding = () => {
return (
<>
<PageWrapperGradient>
<YStack style={{ width: '100%', margin: '0 auto', padding: '0 10%' }}>
<YStack style={{ width: '100%', margin: '64px 0 1vh' }}>
@ -60,7 +58,6 @@ function ValidatorOnboarding() {
</Shadow>
</YStack>
</PageWrapperGradient>
</>
)
}