fixing conflicts

This commit is contained in:
MuhammadKhalilzadeh
2024-07-22 22:56:31 +03:30
parent 8b5c9461d5
commit e4b441dffa
-3
View File
@@ -21,8 +21,6 @@ import Maintenance from "./Pages/Maintenance";
import withAdminCheck from "./HOC/withAdminCheck";
import Configure from "./Pages/Monitors/Configure";
import ErrorPage from "./Pages/Errors";
function App() {
return (
<>
@@ -91,7 +89,6 @@ function App() {
path="/new-password-confirmed"
element={<NewPasswordConfirmed />}
/>
<Route exact path="/error" element={<ErrorPage />} />
</Routes>
<ToastContainer />
</>