CourseStudents component.

  • Parameters

    • props: Props

      The props for the component.

      • coursestudents

        The students in the course.

      • socket

        The socket connection.

      • lectureid

        The ID of the lecture.

    Returns ReactNode | Promise<ReactNode>

    The CourseStudents component.