We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe37ea commit 0712b28Copy full SHA for 0712b28
frontend/src/Components/Calendar.jsx
@@ -1,4 +1,4 @@
1
-import React, { useState } from "react";
+import { useState } from "react"; // no need for import react
2
import Calendar from "react-calendar";
3
import "../Styles/Calendar.css";
4
import { FaPlus, FaArrowLeft, FaArrowRight } from "react-icons/fa";
0 commit comments