Clicking on overflow dates activated navigation forward or backwards 1 month.

This commit is contained in:
Lucid Kobold
2021-12-29 18:15:53 -06:00
parent 12a1b3a54c
commit 1ea9e7ef46
3 changed files with 47 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import React, { useEffect, useRef, useState } from "react";
import React, { useRef } from "react";
import { Box } from "@chakra-ui/react";
import Calender from "../components/calender";
import { CalenderContextProvider } from "../contexts/CalenderContext";