diff --git a/web/src/components/ExploreSidebar/ExploreSidebar.tsx b/web/src/components/ExploreSidebar/ExploreSidebar.tsx
index 8c331d67a8851..55f24bc68fa82 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) => {
)}
>
+