diff --git a/web/src/components/HomeSidebar.tsx b/web/src/components/HomeSidebar.tsx index 5976e8ae..863d7688 100644 --- a/web/src/components/HomeSidebar.tsx +++ b/web/src/components/HomeSidebar.tsx @@ -1,14 +1,15 @@ -import MemoCreationHeatMap from "./MemoCreationHeatMap"; +import useCurrentUser from "@/hooks/useCurrentUser"; +import PersonalStatistics from "./PersonalStatistics"; import SearchBar from "./SearchBar"; import TagList from "./TagList"; const HomeSidebar = () => { + const currentUser = useCurrentUser(); + return ( -