Skip to content

Commit

Permalink
searcg
Browse files Browse the repository at this point in the history
  • Loading branch information
AditiSharma00 committed Apr 2, 2023
1 parent 93fe508 commit bff4c86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 233 deletions.
2 changes: 0 additions & 2 deletions pharmeasy/src/Pages/AllRoutes.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import { Route, Routes } from "react-router-dom";
import Search from "./Search";
import Home from "./Home";
import NotFound from "./NotFound";
import { Products } from "../Pages/ProductPage/Products";
Expand All @@ -13,7 +12,6 @@ function AllRoutes() {
<Route path="*" element={<NotFound />} />
<Route path="/products" element={<Products />} />
<Route path="/products/:id" element={<SingleProductPage />} />
<Route path="/search/:name" element={<Search />}></Route>
<Route path="/cart" element={<Cart />} />
</Routes>
);
Expand Down
231 changes: 0 additions & 231 deletions pharmeasy/src/Pages/Search.jsx

This file was deleted.

0 comments on commit bff4c86

Please sign in to comment.