From 1683d8c48bc09ddfcd0a62d4dd0167b5ab9dc350 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Fri, 2 Feb 2024 20:42:11 -0600 Subject: [PATCH] Docs --- .../components/common/CalendarGridCell/CalendarGridCell.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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 (