diff --git a/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx b/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx index 5cebfc15..03bbfdf0 100644 --- a/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx +++ b/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx @@ -1,6 +1,10 @@ import React from 'react'; import styles from './CalendarGridCell.module.scss'; +/** + * Component representing each 1 hour time block of a calendar + * @param props + */ const CalendarCell: React.FC = (props) => { return (