chore: reorder imports manually (#106)

* chore: reorder imports manually

* chore: remove unused less
This commit is contained in:
boojack
2022-07-07 22:02:40 +08:00
committed by GitHub
parent 6b5d5e757e
commit 346d219cd5
16 changed files with 25 additions and 31 deletions

View File

@ -3,8 +3,8 @@ import { Provider } from "react-redux";
import store from "./store";
import { updateStateWithLocation } from "./store/modules/location";
import App from "./App";
import "./helpers/polyfill";
import "./less/global.less";
import "./helpers/polyfill";
import "./css/index.css";
const container = document.getElementById("root");