mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: deprecate memo creation stats legacy api
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import MemoCreationHeatMap from "./MemoCreationHeatMap";
|
||||
import SearchBar from "./SearchBar";
|
||||
import TagList from "./TagList";
|
||||
import UsageHeatMap from "./UsageHeatMap";
|
||||
|
||||
const HomeSidebar = () => {
|
||||
return (
|
||||
@ -8,7 +8,7 @@ const HomeSidebar = () => {
|
||||
<div className="px-4 pr-8 mb-4 w-full">
|
||||
<SearchBar />
|
||||
</div>
|
||||
<UsageHeatMap />
|
||||
<MemoCreationHeatMap />
|
||||
<TagList />
|
||||
</aside>
|
||||
);
|
||||
|
Reference in New Issue
Block a user