Skip to content

Commit

Permalink
fix: 불필요한 코드 제거 #291
Browse files Browse the repository at this point in the history
- 배포를 위해 불필요한 코드를 제거하였습니다.
  • Loading branch information
LellowMellow committed Dec 13, 2023
1 parent 8324fd8 commit 29804f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/pages/MyPage/components/ReplayLectureCard.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import ProfileMedium from "@/assets/imgs/profileMedium.png";
import UserIcon from "@/assets/svgs/user.svg?react";
import CalendarIcon from "@/assets/svgs/calendar.svg?react";
import PlayIcon from "@/assets/svgs/play.svg?react";

interface ReplayLectureCardProps {
user: string;
Expand Down

0 comments on commit 29804f3

Please sign in to comment.