From a17b76ac75f506f5da6fe8adf9c36632b60d4226 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 26 Sep 2020 14:56:02 +0200 Subject: refactor to use app-rooted js imports --- frontend/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/index.js') diff --git a/frontend/index.js b/frontend/index.js index 6f1a0a5..393282c 100644 --- a/frontend/index.js +++ b/frontend/index.js @@ -2,9 +2,9 @@ import React from 'react' import ReactDOM from 'react-dom' import { Provider } from 'react-redux' -import App from './app' +import Router from 'app/router' -import { store, history } from './store' +import { store, history } from '/store' const container = document.createElement('div') container.classList.add('container') @@ -12,6 +12,6 @@ document.body.appendChild(container) ReactDOM.render( - + , container ) -- cgit v1.2.3-70-g09d2