mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-14 13:38:39 -05:00
fixing conflicts
This commit is contained in:
@@ -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 />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user