mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 06:16:38 +00:00
refactor(right-panel): create separate folder
This commit is contained in:
parent
0897201687
commit
658f8ea140
@ -2,7 +2,7 @@ import { XStack, YStack } from 'tamagui'
|
||||
|
||||
import { Stack } from 'tamagui'
|
||||
|
||||
import RightPanel from './RightPanel'
|
||||
import RightPanel from './RightPanel/RightPanel'
|
||||
import ValidatorInfo from './ValidatorInfo'
|
||||
import DepositStatus from './DepositStatus'
|
||||
import Header from './Header'
|
||||
@ -31,7 +31,7 @@ const ManageValidator = () => {
|
||||
<ValidatorDataTabs />
|
||||
<Footer />
|
||||
</Stack>
|
||||
<RightPanel></RightPanel>
|
||||
<RightPanel />
|
||||
</XStack>
|
||||
)
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { YStack } from 'tamagui'
|
||||
import Icon from '../../../components/General/Icon'
|
||||
import Icon from '../../../../components/General/Icon'
|
||||
import { Text } from '@status-im/components'
|
||||
|
||||
const RightPanel = () => {
|
Loading…
x
Reference in New Issue
Block a user