Changeset f5b256e for my-react-app/src/components/RestaurantContext.js
- Timestamp:
- 04/28/25 14:20:18 (3 weeks ago)
- Branches:
- main
- Children:
- deea3c4
- Parents:
- 8ca35dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
my-react-app/src/components/RestaurantContext.js
r8ca35dc rf5b256e 17 17 }; 18 18 19 fetchRestaurants() .then(r => console.log(fetchRestaurants()));19 fetchRestaurants(); 20 20 }, []); 21 21
Note:
See TracChangeset
for help on using the changeset viewer.