Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Jan 6, 2025
1 parent 69848b3 commit 7ceb85d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pageTemplates/home/HomeRecommendationSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import "swiper/css/navigation";
import { Box } from "@chakra-ui/react";
import dayjs from "dayjs";

import Slide from "../../components/layouts/PageSlide";
import { dayjsToFormat } from "../../utils/dateTimeUtils";
import HomeGatherCol from "./HomeGatherCol";

function HomeRecommendationSection() {
return (
Expand All @@ -18,9 +16,6 @@ function HomeRecommendationSection() {

{/* <StudyCardCol participations={studyVoteData?.participations} date={dayjsToStr(dayjs())} /> */}
</Box>
<Slide>
<HomeGatherCol />
</Slide>
</>
);
}
Expand Down

0 comments on commit 7ceb85d

Please sign in to comment.