mirror of
https://github.com/usememos/memos.git
synced 2025-11-12 10:21:53 +08:00
chore: add MemoFilters to explore sidebar
This commit is contained in:
parent
2ed3e34636
commit
e09819da53
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue