Counselllor / Counsellor-Web

Documentation comments not found for functions and classes JS-D1001
Documentation
Minor
1 occurrence in this check
Documentation comment not found for arrow function Courses
 2import './Courses.css';
 3import coursesData from './courses.json';
 4
 5const Courses = () => { 6  return (
 7    <div className="courses-container">
 8      <h1 className="courses-title">Available Courses</h1>