aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/index.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-25 00:05:01 +0800
committerGitHub <noreply@github.com>2020-08-25 00:05:01 +0800
commit2867b65d2215ea89cca0e5c5cfbb536d08f60263 (patch)
tree07ae296c0c684fd81b30763ef9d6d27421de30b3 /Timeline/ClientApp/src/app/index.tsx
parent4eb7a984e10d15fdb8ef988e1571b114fa74e420 (diff)
parent86e22ca4fb7dceec43a528bd250bcda2a0133421 (diff)
downloadtimeline-2867b65d2215ea89cca0e5c5cfbb536d08f60263.tar.gz
timeline-2867b65d2215ea89cca0e5c5cfbb536d08f60263.tar.bz2
timeline-2867b65d2215ea89cca0e5c5cfbb536d08f60263.zip
Merge pull request #154 from crupest/toolchain
Upgrade toolchain of front end.
Diffstat (limited to 'Timeline/ClientApp/src/app/index.tsx')
-rw-r--r--Timeline/ClientApp/src/app/index.tsx30
1 files changed, 15 insertions, 15 deletions
diff --git a/Timeline/ClientApp/src/app/index.tsx b/Timeline/ClientApp/src/app/index.tsx
index 70b28704..00a75a4a 100644
--- a/Timeline/ClientApp/src/app/index.tsx
+++ b/Timeline/ClientApp/src/app/index.tsx
@@ -1,15 +1,15 @@
-import 'regenerator-runtime';
-import 'core-js/modules/es.promise';
-import 'core-js/modules/es.array.iterator';
-import 'pepjs';
-
-import React from 'react';
-import ReactDOM from 'react-dom';
-
-import './index.sass';
-
-import './i18n';
-
-import App from './App';
-
-ReactDOM.render(<App />, document.getElementById('app'));
+import "regenerator-runtime";
+import "core-js/modules/es.promise";
+import "core-js/modules/es.array.iterator";
+import "pepjs";
+
+import React from "react";
+import ReactDOM from "react-dom";
+
+import "./index.sass";
+
+import "./i18n";
+
+import App from "./App";
+
+ReactDOM.render(<App />, document.getElementById("app"));