|
|
@ -3,6 +3,7 @@ import SearchBar from "@/components/SearchBar";
|
|
|
|
import { useUserStatsStore } from "@/store/v1";
|
|
|
|
import { useUserStatsStore } from "@/store/v1";
|
|
|
|
import { cn } from "@/utils";
|
|
|
|
import { cn } from "@/utils";
|
|
|
|
import TagsSection from "../HomeSidebar/TagsSection";
|
|
|
|
import TagsSection from "../HomeSidebar/TagsSection";
|
|
|
|
|
|
|
|
import MemoFilters from "../MemoFilters";
|
|
|
|
import StatisticsView from "../StatisticsView";
|
|
|
|
import StatisticsView from "../StatisticsView";
|
|
|
|
|
|
|
|
|
|
|
|
interface Props {
|
|
|
|
interface Props {
|
|
|
@ -28,6 +29,7 @@ const ExploreSidebar = (props: Props) => {
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<SearchBar />
|
|
|
|
<SearchBar />
|
|
|
|
|
|
|
|
<MemoFilters />
|
|
|
|
<StatisticsView />
|
|
|
|
<StatisticsView />
|
|
|
|
<TagsSection readonly={true} />
|
|
|
|
<TagsSection readonly={true} />
|
|
|
|
</aside>
|
|
|
|
</aside>
|
|
|
|