From 2fb8993008752063fa13f253784e9e92552e339d Mon Sep 17 00:00:00 2001 From: Emiliano Ciavatta Date: Fri, 16 Oct 2020 11:13:21 +0200 Subject: Refactor js files --- frontend/src/index.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'frontend/src/index.js') diff --git a/frontend/src/index.js b/frontend/src/index.js index 4bc2730..d00df88 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -15,21 +15,21 @@ * along with this program. If not, see . */ -import React from 'react'; -import ReactDOM from 'react-dom'; -import 'bootstrap/dist/css/bootstrap.css'; -import './index.scss'; -import App from './components/App'; -import * as serviceWorker from './serviceWorker'; +import "bootstrap/dist/css/bootstrap.css"; +import React from "react"; +import ReactDOM from "react-dom"; +import App from "./components/App"; +import "./index.scss"; import notifications from "./notifications"; +import * as serviceWorker from "./serviceWorker"; notifications.createWebsocket(); ReactDOM.render( - // - , - // , - document.getElementById('root') + // + , + // , + document.getElementById("root") ); serviceWorker.unregister(); -- cgit v1.2.3-70-g09d2