diff --git a/client/src/App.jsx b/client/src/App.jsx index d4a50f2..d34bec9 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -29,7 +29,6 @@ import Contributors from "./component/Contributors"; import Discussion from "./component/Discussion"; import ForgotPassword from "./component/ForgotPassword"; import ResetPassword from "./component/ResetPassword"; -import Feedback from "./component/Feedback"; // import VerifyEmail from "./component/Verify"; // import ProtectedRoute from '../../client/src/component/ProtectedRoute' import NotFound from "./component/NotFound"; @@ -133,9 +132,7 @@ function App() { progress={progress} onLoaderFinished={() => setProgress(0)} /> -