Testing:Tested for the bakend data with console.log

This commit is contained in:
2025-02-23 03:50:54 +05:30
parent 9f98ebd4c4
commit a67e23fa6a
-1
View File
@@ -15,7 +15,6 @@ const FarmList = () => {
.then(setLoading(false)) .then(setLoading(false))
.catch((error) => console.error(error)); .catch((error) => console.error(error));
}, []); }, []);
return ( return (
<div className="relative overflow-x-auto shadow-md sm:rounded-lg"> <div className="relative overflow-x-auto shadow-md sm:rounded-lg">
{loading ? ( {loading ? (