Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JibrilExe committed Apr 1, 2024
1 parent 2450ba9 commit 3e99550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/Courses/Teacher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ interface UserUid{
uid: string
}

/**
*
* @returns A jsx component representing the course detail page for a teacher
*/
export function CourseDetailTeacher(): JSX.Element {
const [course, setCourse] = useState<Course>();
const [projects, setProjects] = useState<Project[]>([]);
Expand Down

0 comments on commit 3e99550

Please sign in to comment.