Commit e09819da authored by Steven's avatar Steven

chore: add MemoFilters to explore sidebar

parent 2ed3e346
......@@ -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) => {
)}
>
<SearchBar />
<MemoFilters />
<StatisticsView />
<TagsSection readonly={true} />
</aside>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment