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,5 +1,6 @@
import { useAppSelector } from "../store";
import * as utils from "../helpers/utils";
import { userService } from "../services";
import showDailyReviewDialog from "./DailyReviewDialog";
import showSettingDialog from "./SettingDialog";
import showArchivedMemoDialog from "./ArchivedMemoDialog";
@ -7,7 +8,6 @@ import UserBanner from "./UserBanner";
import UsageHeatMap from "./UsageHeatMap";
import ShortcutList from "./ShortcutList";
import TagList from "./TagList";
import { userService } from "../services";
import "../less/siderbar.less";
interface Props {}