From 957dd1f32b6beaa5b10de08027b5ece320a4dcb6 Mon Sep 17 00:00:00 2001 From: Lana Ramadan Date: Mon, 29 Apr 2024 20:14:35 -0700 Subject: [PATCH] remove createnewpassword from app.jsx --- src/App.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index cb3cad2..c1528d0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -11,7 +11,6 @@ import AccountPendingApproval from './components/Authentication/EmailAction'; import AwaitConfirmation from './components/Authentication/AwaitConfirmation'; import ForgotPasswordConfirmation from './components/Authentication/ForgotPasswordConfirmation'; import CreateNewPasswordConfirmation from './components/Authentication/CreateNewPasswordConfirmation'; -import CreateNewPassword from './components/Authentication/CreateNewPassword'; import AUTH_ROLES from './utils/auth_config'; import ProtectedRoute from './utils/ProtectedRoute'; import Catalog from './pages/Catalog/Catalog'; @@ -58,14 +57,11 @@ const App = () => { } /> } /> } /> - } /> } /> } /> - } /> } /> -