Skip to content

Commit

Permalink
fix: Fix non default import
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick1904 committed May 18, 2022
1 parent a4362c1 commit 0cee9e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { selectActionsPending, selectStatusLocalAlert, selectStatusMainLoader }
import isValidSeedPhrase from '../../utils/isValidSeedPhrase';
import parseFundingOptions from '../../utils/parseFundingOptions';
import Container from '../common/styled/Container.css';
import CouldNotFindAccountModalWrapper from './CouldNotFindAccountModalWrapper';
import { CouldNotFindAccountModalWrapper } from './CouldNotFindAccountModalWrapper';
import RecoverAccountSeedPhraseForm from './RecoverAccountSeedPhraseForm';

const StyledContainer = styled(Container)`
Expand Down

0 comments on commit 0cee9e2

Please sign in to comment.