Skip to content

Commit

Permalink
added jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JibrilExe committed Mar 28, 2024
1 parent 0b44b08 commit 814ca09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/Courses/CourseForm.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { useState } from 'react';
import { Grid, TextField, Button, Typography} from '@mui/material';

/**
* Renders the CourseForm component.
* @returns JSX.Element representing the CourseForm component.
*/
export function CourseForm(): JSX.Element {
const [courseName, setCourseName] = useState('');

Expand Down

0 comments on commit 814ca09

Please sign in to comment.