fix: remove not used components
This commit is contained in:
parent
b355f38fe5
commit
ca617c43a5
|
@ -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>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue