fix: idk why that comment was there (#177)

* fix: idk why that doc was there

* Update Calendar.tsx

* Update Calendar.tsx
This commit is contained in:
2024-03-19 18:52:14 -05:00
committed by GitHub
parent ba2bc60add
commit c5fc6219e1

View File

@@ -15,8 +15,7 @@ import CalendarFooter from '../CalendarFooter';
import TeamLinks from '../TeamLinks';
/**
* A reusable chip component that follows the design system of the extension.
* @returns
* Calendar page component
*/
export default function Calendar(): JSX.Element {
const calendarRef = useRef<HTMLDivElement>(null);