From 9a5463b71758ef8aca8b6ffbfc2fbcc1c6f51159 Mon Sep 17 00:00:00 2001 From: Na YoungChae Date: Tue, 20 Apr 2021 21:16:15 +0900 Subject: [PATCH] line4 code beautify --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 3d20aa2a6..a8d8f91c1 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ import ReactDOM from 'react-dom'; import { Provider } from 'react-redux'; import React from 'react'; -import { store, history} from './store'; +import { store, history } from './store'; import { Route, Switch } from 'react-router-dom'; import { ConnectedRouter } from 'react-router-redux';