From 77d188d01c26923feb36fc9f4f6fbfdf80280deb Mon Sep 17 00:00:00 2001 From: "Emma F. Mkpurunchi" Date: Sat, 24 Aug 2024 21:44:52 +0100 Subject: [PATCH] error fixed --- .../dashboard/(user-dashboard)/products/productcard/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/dashboard/(user-dashboard)/products/productcard/page.tsx b/src/app/dashboard/(user-dashboard)/products/productcard/page.tsx index 1739d66c1..baca39210 100644 --- a/src/app/dashboard/(user-dashboard)/products/productcard/page.tsx +++ b/src/app/dashboard/(user-dashboard)/products/productcard/page.tsx @@ -1,5 +1,6 @@ +import productimage from "/public/images/productimage.png"; + import ProductCard from "../_components/productcadrcomponent"; -import productimage from "../../../public/images/productimage.png"; const Home: React.FC = () => { return (