feat: layout style(1)

This commit is contained in:
email
2022-03-20 20:02:48 +08:00
parent 8ad98291eb
commit 2b5ee78397
34 changed files with 70 additions and 194 deletions

View File

@ -1,7 +1,6 @@
import { useRef } from "react";
import UserBanner from "./UserBanner";
import ShortcutList from "./ShortcutList";
import TagList from "./TagList";
import UsageHeatMap from "./UsageHeatMap";
import "../less/siderbar.less";
@ -15,7 +14,6 @@ const Sidebar: React.FC<Props> = () => {
<UserBanner />
<UsageHeatMap />
<ShortcutList />
<TagList />
</aside>
);
};