Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Osilaja78 committed Oct 29, 2022
2 parents 564eb5d + 05b3bd8 commit b5e0d6b
Show file tree
Hide file tree
Showing 2 changed files with 1,482 additions and 532 deletions.
4 changes: 1 addition & 3 deletions src/Routes.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

<<<<<<< HEAD

// import AdminDeleteAccountPopup from './components/molecules/AdminDeleteAccountPopup';
// import AdminDeleteAccountFailPopup from './components/molecules/AdminDeleteAccountFailPopup';
// import AdminDeleteAccountSuccessfullPopup from './components/molecules/AdminDeleteAccountSuccessfullPopup';
Expand All @@ -9,7 +9,6 @@ import ProductSearchResults from './pages/ProductSearchReslts';
import UserSearchResults from './pages/UserSearchResults';
import AdminEmptySearchResults from './pages/AdminEmptySearchResult';
import SearchProductsByUser from './pages/SearchProductsByUser';
=======
import { Route, Routes as Switch } from "react-router-dom";
import AddNewProductPage1 from "./pages/AddNewProductPage1";
import PhoneNumberVerification from "./pages/PhoneNumberVerification";
Expand Down Expand Up @@ -43,7 +42,6 @@ import AdminUsersProfileWithProducts from "./pages/admin/users/AdminUsersProfile
import ProductPage from "./pages/admin/product";
import TermsOfSevice from "./pages/TermsOfSevice";
import Policy from "./pages/Policy";
>>>>>>> 48548f6ff4f188f459f455898f06ef80e9ff3580

// Routes Component Containing Routes For All Base Pages.
function Routes() {
Expand Down
Loading

0 comments on commit b5e0d6b

Please sign in to comment.