From e09819da538a6018a14a32bf1d51bcd48eb5d413 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 6 Feb 2025 23:35:25 +0800 Subject: [PATCH] chore: add MemoFilters to explore sidebar --- web/src/components/ExploreSidebar/ExploreSidebar.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/ExploreSidebar/ExploreSidebar.tsx b/web/src/components/ExploreSidebar/ExploreSidebar.tsx index 8c331d67..55f24bc6 100644 --- a/web/src/components/ExploreSidebar/ExploreSidebar.tsx +++ b/web/src/components/ExploreSidebar/ExploreSidebar.tsx @@ -3,6 +3,7 @@ import SearchBar from "@/components/SearchBar"; import { useUserStatsStore } from "@/store/v1"; import { cn } from "@/utils"; import TagsSection from "../HomeSidebar/TagsSection"; +import MemoFilters from "../MemoFilters"; import StatisticsView from "../StatisticsView"; interface Props { @@ -28,6 +29,7 @@ const ExploreSidebar = (props: Props) => { )} > +