Merge pull request #8 from MyEtherWallet/linting-routing

Linting routing
This commit is contained in:
Daniel Kaspo 2017-05-30 20:57:46 -04:00 committed by GitHub
commit 4a140b7901
1 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
import React from "react";
import {browserHistory, Redirect, Route} from "react-router";
import {useBasename} from "history";
import {App} from "containers";
import GenerateWallet from "containers/Tabs/GenerateWallet"
import ViewWallet from "containers/Tabs/ViewWallet"
import Help from "containers/Tabs/Help"
import React from 'react';
import {browserHistory, Redirect, Route} from 'react-router';
import {useBasename} from 'history';
import {App} from 'containers';
import GenerateWallet from 'containers/Tabs/GenerateWallet'
import ViewWallet from 'containers/Tabs/ViewWallet'
import Help from 'containers/Tabs/Help'
export const history = getHistory()