Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Dec 15, 2016
1 parent bdeb1cc commit ec14b86
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 { Form, Input } from '~/ui';

import styles from '../createAccount.css';

import { ERRORS } from '../NewAccount';
import ERRORS from '../errors';

export default class RecoveryPhrase extends Component {
static propTypes = {
Expand Down

0 comments on commit ec14b86

Please sign in to comment.