Skip to content

Commit 0712b28

Browse files
committed
Update Calendar.jsx
1 parent 3fe37ea commit 0712b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/Components/Calendar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from "react";
1+
import { useState } from "react"; // no need for import react
22
import Calendar from "react-calendar";
33
import "../Styles/Calendar.css";
44
import { FaPlus, FaArrowLeft, FaArrowRight } from "react-icons/fa";

0 commit comments

Comments
 (0)