Skip to content

Commit 109575b

Browse files
committed
Removed unused imports.
1 parent 68838e3 commit 109575b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web-ui/src/components/reviews/TeamMemberReview.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ import {
2020
Typography
2121
} from '@mui/material';
2222
import FeedbackSubmitForm from '../feedback_submit_form/FeedbackSubmitForm';
23-
import SelectUserModal from './SelectUserModal';
24-
import { cancelFeedbackRequest, updateFeedbackRequest } from '../../api/feedback';
25-
import { UPDATE_TOAST } from '../../context/actions';
2623

2724
const propTypes = {
2825
selfReview: PropTypes.any,

0 commit comments

Comments
 (0)