mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +00:00
fix: folder structure for validator request
This commit is contained in:
parent
5d5f285e66
commit
1f8da911b0
@ -4,7 +4,7 @@ import { YStack } from 'tamagui'
|
|||||||
import { useState } from 'react'
|
import { useState } from 'react'
|
||||||
import { useSelector } from 'react-redux'
|
import { useSelector } from 'react-redux'
|
||||||
|
|
||||||
import ValidatorRequest from './ValidatorRequest'
|
import ValidatorRequest from './ValidatorRequest/ValidatorRequest'
|
||||||
import ConnectWallet from './ConnectWallet'
|
import ConnectWallet from './ConnectWallet'
|
||||||
import ConnectedWallet from './ConnectedWallet'
|
import ConnectedWallet from './ConnectedWallet'
|
||||||
import DepositTitle from './DepositTitle'
|
import DepositTitle from './DepositTitle'
|
||||||
|
@ -3,7 +3,7 @@ import { FullscreenMacOsIcon, MinimizeMacOsIcon, CloseMacOsIcon } from '@status-
|
|||||||
import { XStack } from 'tamagui'
|
import { XStack } from 'tamagui'
|
||||||
import { useSelector } from 'react-redux'
|
import { useSelector } from 'react-redux'
|
||||||
|
|
||||||
import { RootState } from '../../../redux/store'
|
import { RootState } from '../../../../redux/store'
|
||||||
|
|
||||||
type VTransactionStatusProps = {
|
type VTransactionStatusProps = {
|
||||||
transactionStatus: string
|
transactionStatus: string
|
@ -2,9 +2,9 @@ import { Avatar, DividerLine, Text } from '@status-im/components'
|
|||||||
import { XStack, YStack } from 'tamagui'
|
import { XStack, YStack } from 'tamagui'
|
||||||
import { useSelector } from 'react-redux'
|
import { useSelector } from 'react-redux'
|
||||||
|
|
||||||
import { getFormattedValidatorAddress } from '../../../utilities'
|
import { getFormattedValidatorAddress } from '../../../../utilities'
|
||||||
import TransactionStatus from './TransactionStatus'
|
import TransactionStatus from './TransactionStatus'
|
||||||
import { RootState } from '../../../redux/store'
|
import { RootState } from '../../../../redux/store'
|
||||||
|
|
||||||
type ValidatorRequestProps = {
|
type ValidatorRequestProps = {
|
||||||
number: number
|
number: number
|
Loading…
x
Reference in New Issue
Block a user