summaryrefslogtreecommitdiff
path: root/web/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/index.tsx')
-rw-r--r--web/src/index.tsx18
1 files changed, 10 insertions, 8 deletions
diff --git a/web/src/index.tsx b/web/src/index.tsx
index cff565f93..1fb7ad7b9 100644
--- a/web/src/index.tsx
+++ b/web/src/index.tsx
@@ -1,11 +1,13 @@
-import './utils/AssetPath';
-import React from 'react';
-import ReactDOM from 'react-dom';
-import './index.css';
-import App from './App';
-import * as serviceWorker from './serviceWorker';
-
-ReactDOM.render(<App />, document.getElementById('root'));
+import "./utils/AssetPath";
+import React from "react";
+
+import ReactDOM from "react-dom";
+
+import "./index.css";
+import App from "./App";
+import * as serviceWorker from "./serviceWorker";
+
+ReactDOM.render(<App />, document.getElementById("root"));
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.