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

@ -1,6 +1,5 @@
import { appRouterSwitch } from "./routers";
import { useAppSelector } from "./store";
import "./less/app.less";
function App() {
const pathname = useAppSelector((state) => state.location.pathname);