We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1a0f1 commit 43b74bfCopy full SHA for 43b74bf
src/Components/DarkMode/ThemeToggle.js
@@ -1,5 +1,4 @@
1
import React, { useContext } from 'react';
2
-import { FaSun, FaMoon} from "react-icons/fa";
3
import { AiOutlineFire, AiFillFire } from "react-icons/ai";
4
import { ThemeContext } from './ThemeContext';
5
src/Components/EditableRow.js
@@ -1,4 +1,4 @@
-import React, { useEffect } from 'react';
+import React from 'react';
import { FiCheckCircle } from 'react-icons/fi';
import { MdOutlineCancel } from 'react-icons/md';
0 commit comments