From 5a8f6a8f1f588165d9b54d8600329af6034f7e41 Mon Sep 17 00:00:00 2001 From: doprz <52579214+doprz@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:03:05 -0600 Subject: [PATCH] chore: add 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 65378019..8f48e051 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 (