diff options
author | crupest <crupest@outlook.com> | 2020-10-27 21:38:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-27 21:38:59 +0800 |
commit | 1c69272c2aed2b0b1e6b1f1f31dfdb635151a5af (patch) | |
tree | 3702767c7712212c695e995c8ff0b404fee5b423 /FrontEnd/src/app/App.tsx | |
parent | 2f410b62f06bba795ccdff06a28768148376bb04 (diff) | |
download | timeline-1c69272c2aed2b0b1e6b1f1f31dfdb635151a5af.tar.gz timeline-1c69272c2aed2b0b1e6b1f1f31dfdb635151a5af.tar.bz2 timeline-1c69272c2aed2b0b1e6b1f1f31dfdb635151a5af.zip |
...
Diffstat (limited to 'FrontEnd/src/app/App.tsx')
-rw-r--r-- | FrontEnd/src/app/App.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FrontEnd/src/app/App.tsx b/FrontEnd/src/app/App.tsx index b68eddb6..4e53d4da 100644 --- a/FrontEnd/src/app/App.tsx +++ b/FrontEnd/src/app/App.tsx @@ -1,6 +1,5 @@ import React from "react"; import { BrowserRouter as Router, Route, Switch } from "react-router-dom"; -import { hot } from "react-hot-loader/root"; import AppBar from "./views/common/AppBar"; import LoadingPage from "./views/common/LoadingPage"; @@ -81,4 +80,4 @@ const App: React.FC = () => { } }; -export default hot(App); +export default App; |