Skip to content

Commit

Permalink
chore: add MemoFilters to explore sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Feb 6, 2025
1 parent 2ed3e34 commit e09819d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/components/ExploreSidebar/ExploreSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -28,6 +29,7 @@ const ExploreSidebar = (props: Props) => {
)}
>
<SearchBar />
<MemoFilters />
<StatisticsView />
<TagsSection readonly={true} />
</aside>
Expand Down

0 comments on commit e09819d

Please # to comment.