From e7ce014c7050cda4e7d8514c5e72281079ec9249 Mon Sep 17 00:00:00 2001 From: doprz <52579214+doprz@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:00:38 -0600 Subject: [PATCH] chore: format --- .../components/common/CalendarGridCell/CalendarGridCell.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx b/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx index 8f48e051..65378019 100644 --- a/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx +++ b/src/views/components/common/CalendarGridCell/CalendarGridCell.tsx @@ -1,10 +1,6 @@ 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 (