From 43e6c504984e54624d7f0a66661ba84fc38bce55 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Sat, 2 Dec 2023 22:49:54 +0530 Subject: [PATCH] dfd --- apps/client/src/components/visitor/Display.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/components/visitor/Display.tsx b/apps/client/src/components/visitor/Display.tsx index 8ae4584..c8c9aaa 100644 --- a/apps/client/src/components/visitor/Display.tsx +++ b/apps/client/src/components/visitor/Display.tsx @@ -7,6 +7,7 @@ import ProductForSell from "../seller/ProductForSell"; import AccountComponent from "./Account"; import AddMoney from "./AddMoney"; + const {Account} = AccountComponent; // const AllProduct = lazy(() => import('./AllProducts')); // const AllYourBid = lazy(() => import('../buyer/AllYourBids'));