Updated and removed todos.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user