Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding unimported routes #115

Merged
merged 1 commit into from Feb 4, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fixing unimported routes

  • Loading branch information
ryanml committed Feb 3, 2020
commit e7d73075cd59fd74df7031f88aaa483623301ce0
@@ -2,6 +2,10 @@ import React from 'react'
import ConfirmSeedPhrase from '../../../../../../../ui/app/pages/first-time-flow/seed-phrase/confirm-seed-phrase/confirm-seed-phrase.component'
import DraggableSeed from '../../../../../../../ui/app/pages/first-time-flow/seed-phrase/confirm-seed-phrase/draggable-seed.component'
import classnames from 'classnames'
import {
INITIALIZE_END_OF_FLOW_ROUTE,
DEFAULT_ROUTE,
} from '../../../../../../../ui/app/helpers/constants/routes'

const EMPTY_SEEDS = Array(24).fill(null)

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.