Skip to content

Commit

Permalink
Fix broken lints
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Sep 14, 2022
1 parent c0d4df9 commit 8ff6b88
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions gui-react/src/containers/Onboarding/index.tsx
Expand Up @@ -2,7 +2,6 @@ import { useState, useEffect, useRef } from 'react'
import { hideSplashscreen } from '../../splashscreen'
import { isDockerInstalled } from '../../commands'

import Button from '../../components/Button'
import TBotPrompt from '../../components/TBot/TBotPrompt'
import { TBotMessage } from '../../components/TBot/TBotPrompt/types'
import {
Expand All @@ -13,17 +12,11 @@ import {
DownloadImagesErrorMessage,
BlockchainSyncStep,
} from '../../config/onboardingMessagesConfig'
import {
setExpertSwitchDisabled,
setExpertView,
setOnboardingComplete,
} from '../../store/app'
import { setExpertSwitchDisabled, setExpertView } from '../../store/app'
import { selectOnboardingCheckpoint } from '../../store/app/selectors'
import { OnboardingCheckpoints } from '../../store/app/types'
import { useAppDispatch, useAppSelector } from '../../store/hooks'
import t from '../../locales'
import { StyledOnboardingContainer } from './styles'
import Text from '../../components/Text'

const OnboardingContainer = () => {
const dispatch = useAppDispatch()
Expand Down

0 comments on commit 8ff6b88

Please sign in to comment.