From f8e6efb5b3fbdc2f3c24784063eda75812bb300e Mon Sep 17 00:00:00 2001 From: Atharva Date: Sun, 23 Feb 2025 04:39:12 +0530 Subject: [PATCH] Fix:Added EditFarm component Instead of --- Frontend/src/components/Td.jsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Frontend/src/components/Td.jsx b/Frontend/src/components/Td.jsx index 7e86d13..ec3b614 100644 --- a/Frontend/src/components/Td.jsx +++ b/Frontend/src/components/Td.jsx @@ -1,4 +1,5 @@ import { useNavigate } from "react-router-dom"; +import EditFarm from "../pages/UserPanel/Farm/EditFarm"; const Td = ({ children }) => { const navigate = useNavigate(); @@ -16,12 +17,7 @@ const Td = ({ children }) => { {children.soilType} {children.size} - - Edit - + );