Update src/app/shop/page.tsx
This commit is contained in:
@@ -7,6 +7,7 @@ import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { useProductCatalog } from "@/hooks/useProductCatalog";
|
||||
import { useState } from "react";
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function ShopPage() {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user