From 943161a8635c1be504f23ad4d7414c5c9d6b2d0a Mon Sep 17 00:00:00 2001 From: Daniel Kaspo Date: Tue, 30 May 2017 20:53:14 -0400 Subject: [PATCH] Linting double quotes to single --- common/routing/index.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common/routing/index.jsx b/common/routing/index.jsx index 81b861cc..3173bd88 100644 --- a/common/routing/index.jsx +++ b/common/routing/index.jsx @@ -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()