{"version":3,"file":"6354.js","sources":["webpack://frontend/./src/react_repo/components/residential/WaterwisePlantSearch/FavoritesBtn/index.tsx","webpack://frontend/./src/react_repo/components/residential/WaterwisePlantSearch/FavoritesHeartBtn/index.tsx","webpack://frontend/./src/react_repo/components/residential/WaterwisePlantSearch/ClearFavorites/index.tsx","webpack://frontend/./src/react_repo/components/residential/WaterwisePlantSearch/index.tsx","webpack://frontend/./node_modules/clsx/dist/clsx.mjs"],"sourcesContent":["import { FavoritesBtnType } from '../interfaces'\r\n\r\nconst FavoritesBtn = ({ handleAdd, handleRemove, saved }: FavoritesBtnType) => {\r\n return (\r\n \r\n )\r\n}\r\n\r\nexport default FavoritesBtn\r\n","import { FavoritesBtnType } from '../interfaces'\r\n\r\nconst FavoritesHeartBtn = ({\r\n handleAdd,\r\n handleRemove,\r\n saved\r\n}: FavoritesBtnType) => {\r\n return (\r\n
\r\n {saved ? 'REMOVE FROM FAVOURITES' : 'ADD TO FAVOURITES'}\r\n
\r\n