Skip to content

Commit

Permalink
refactor: refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Oct 11, 2024
1 parent 9e7367b commit 9a5e125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(withAuth)/courses/[courseId]/pageOnClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const CoursePageOnClient: React.FC<Props> = (props) => {
</VStack>
);
};

type LectureCardProps = {
courseId: CourseId;
lectureIndex: number;
Expand Down

0 comments on commit 9a5e125

Please sign in to comment.