Skip to content

Commit

Permalink
Removed unnecessary warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PrerakMathur20 committed Aug 29, 2022
1 parent d3f1bf7 commit 975e7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React-frontend/src/pages/dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
Box,
Grid
} from '@material-ui/core';
import { useDispatch, useSelector } from 'react-redux';
import { useSelector } from 'react-redux';
import TaskCard from '../../components/Admin/TaskCard';


Expand Down

0 comments on commit 975e7ba

Please sign in to comment.