From 6257ed1aef306bcfb5462762379d4d67070d61c9 Mon Sep 17 00:00:00 2001 From: SimerdeepSinghGrewal Date: Mon, 29 Jul 2024 13:34:34 -0600 Subject: [PATCH] Issue 105: remove react import from confirmationpopup --- frontend/src/components/ConfirmationPopup/ConfirmationPopup.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/ConfirmationPopup/ConfirmationPopup.jsx b/frontend/src/components/ConfirmationPopup/ConfirmationPopup.jsx index b02a919d..9374e80a 100644 --- a/frontend/src/components/ConfirmationPopup/ConfirmationPopup.jsx +++ b/frontend/src/components/ConfirmationPopup/ConfirmationPopup.jsx @@ -1,4 +1,3 @@ -import React from 'react'; import PropTypes from 'prop-types'; import { Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Button } from '@mui/material';