const TotalSpent = () => { return (
100,000

This is the total cost which you spent on this farm

); }; export default TotalSpent;