|
|
@@ -16,19 +16,19 @@ import React from 'react'
|
|
|
import styled from 'styled-components'
|
|
|
import { observer } from 'mobx-react'
|
|
|
|
|
|
-import EndpointLogos from '@src/components/modules/EndpointModule/EndpointLogos/EndpointLogos'
|
|
|
-import WizardType from '@src/components/modules/WizardModule/WizardType/WizardType'
|
|
|
-import Button from '@src/components/ui/Button/Button'
|
|
|
-import InfoIcon from '@src/components/ui/InfoIcon/InfoIcon'
|
|
|
-import WizardBreadcrumbs from '@src/components/modules/WizardModule/WizardBreadcrumbs/WizardBreadcrumbs'
|
|
|
-import WizardEndpointList from '@src/components/modules/WizardModule/WizardEndpointList/WizardEndpointList'
|
|
|
-import WizardInstances from '@src/components/modules/WizardModule/WizardInstances/WizardInstances'
|
|
|
-import WizardNetworks, { WizardNetworksChangeObject } from '@src/components/modules/WizardModule/WizardNetworks/WizardNetworks'
|
|
|
-import WizardStorage from '@src/components/modules/WizardModule/WizardStorage/WizardStorage'
|
|
|
-import WizardOptions from '@src/components/modules/WizardModule/WizardOptions/WizardOptions'
|
|
|
-import WizardScripts from '@src/components/modules/WizardModule/WizardScripts/WizardScripts'
|
|
|
-import Schedule from '@src/components/modules/TransferModule/Schedule/Schedule'
|
|
|
-import WizardSummary from '@src/components/modules/WizardModule/WizardSummary/WizardSummary'
|
|
|
+import EndpointLogos from '@src/components/modules/EndpointModule/EndpointLogos'
|
|
|
+import WizardType from '@src/components/modules/WizardModule/WizardType'
|
|
|
+import Button from '@src/components/ui/Button'
|
|
|
+import InfoIcon from '@src/components/ui/InfoIcon'
|
|
|
+import WizardBreadcrumbs from '@src/components/modules/WizardModule/WizardBreadcrumbs'
|
|
|
+import WizardEndpointList from '@src/components/modules/WizardModule/WizardEndpointList'
|
|
|
+import WizardInstances from '@src/components/modules/WizardModule/WizardInstances'
|
|
|
+import WizardNetworks, { WizardNetworksChangeObject } from '@src/components/modules/WizardModule/WizardNetworks'
|
|
|
+import WizardStorage from '@src/components/modules/WizardModule/WizardStorage'
|
|
|
+import WizardOptions from '@src/components/modules/WizardModule/WizardOptions'
|
|
|
+import WizardScripts from '@src/components/modules/WizardModule/WizardScripts'
|
|
|
+import Schedule from '@src/components/modules/TransferModule/Schedule'
|
|
|
+import WizardSummary from '@src/components/modules/WizardModule/WizardSummary'
|
|
|
|
|
|
import { ThemePalette, ThemeProps } from '@src/components/Theme'
|
|
|
import { providerTypes, wizardPages, migrationFields } from '@src/constants'
|
|
|
@@ -48,7 +48,7 @@ import networkStore from '@src/stores/NetworkStore'
|
|
|
|
|
|
import { ProviderTypes } from '@src/@types/Providers'
|
|
|
import minionPoolStore from '@src/stores/MinionPoolStore'
|
|
|
-import LoadingButton from '@src/components/ui/LoadingButton/LoadingButton'
|
|
|
+import LoadingButton from '@src/components/ui/LoadingButton'
|
|
|
import migrationArrowImage from './images/migration'
|
|
|
|
|
|
const Wrapper = styled.div<any>`
|