Skip to content

Commit 43b74bf

Browse files
committed
added dark mode
1 parent cd1a0f1 commit 43b74bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Components/DarkMode/ThemeToggle.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { useContext } from 'react';
2-
import { FaSun, FaMoon} from "react-icons/fa";
32
import { AiOutlineFire, AiFillFire } from "react-icons/ai";
43
import { ThemeContext } from './ThemeContext';
54

src/Components/EditableRow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect } from 'react';
1+
import React from 'react';
22

33
import { FiCheckCircle } from 'react-icons/fi';
44
import { MdOutlineCancel } from 'react-icons/md';

0 commit comments

Comments
 (0)