diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-16 17:35:26 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-16 17:35:26 +0700 |
| commit | f9e3e64ca2f95aabe17a62d9c09f3fcef7c2c48f (patch) | |
| tree | 82426f7cbee7d8d923afa82cb8d1bb1944d9ee32 /src/pages/shop/search.js | |
| parent | b7a98fbaa9bd2c8d9fafbe3090bc2c0a8a09dde5 (diff) | |
Footer
Diffstat (limited to 'src/pages/shop/search.js')
| -rw-r--r-- | src/pages/shop/search.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/shop/search.js b/src/pages/shop/search.js index a0a916fc..db93d2cb 100644 --- a/src/pages/shop/search.js +++ b/src/pages/shop/search.js @@ -6,6 +6,7 @@ import ProductCard from "../../components/ProductCard"; import FilterIcon from "../../icons/filter.svg"; import { useEffect, useState } from "react"; import Filter from "../../components/Filter"; +import Footer from "../../components/Footer"; export async function getServerSideProps(context) { const { @@ -116,6 +117,8 @@ export default function ShopSearch({ <Pagination pageCount={pageCount} currentPage={parseInt(page)} url={route()} /> </div> </div> + + <Footer /> </Layout> </> ) |
