Updated and removed todos.

This commit is contained in:
Lucid Kobold
2022-01-27 13:45:17 -06:00
parent 5107b0cdbd
commit 314ead7a79
5 changed files with 9 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ import CalenderNav from "./CalenderNav";
import { CalenderContext } from "../../contexts/CalenderContext";
import { format } from "date-fns";
import Day from "./Day";
// TODO: import types
const Calender = (newDate?: UpdateCalendarProps): JSX.Element => {
const { selectedDate, layout, updateDate } = useContext(CalenderContext);