Moved interfaces to the interface folder.

This commit is contained in:
Lucid Kobold
2022-01-05 12:36:59 -06:00
parent 356c120ff2
commit 628b0ce9f3
5 changed files with 6 additions and 24 deletions

View File

@@ -27,12 +27,6 @@ import {
import FormValidateEmoji from "./FormValidateEmoji";
import { CalenderContext } from "../../contexts/CalenderContext";
interface UpdateCalendarProps {
year: number;
month: number;
day: number;
}
const DatePicker = (): JSX.Element => {
const { title } = useContext(CalenderContext);