diff --git a/web/index.html b/web/index.html index faa0ef6e..a434cced 100644 --- a/web/index.html +++ b/web/index.html @@ -18,7 +18,7 @@ } - +
diff --git a/web/src/components/HomeSidebar/HomeSidebar.tsx b/web/src/components/HomeSidebar/HomeSidebar.tsx index a15567bf..b3b04092 100644 --- a/web/src/components/HomeSidebar/HomeSidebar.tsx +++ b/web/src/components/HomeSidebar/HomeSidebar.tsx @@ -4,6 +4,7 @@ import StatisticsView from "@/components/StatisticsView"; import useCurrentUser from "@/hooks/useCurrentUser"; import { useMemoList, useUserStatsStore } from "@/store/v1"; import { cn } from "@/utils"; +import MemoFilters from "../MemoFilters"; import ShortcutsSection from "./ShortcutsSection"; import TagsSection from "./TagsSection"; @@ -25,13 +26,9 @@ const HomeSidebar = (props: Props) => { ); return ( -