Changeset c44c5ed for my-react-app/src/components/Restaurants.js
- Timestamp:
- 05/02/25 15:06:42 (2 weeks ago)
- Branches:
- main
- Children:
- 142c0f8
- Parents:
- 2518b3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
my-react-app/src/components/Restaurants.js
r2518b3a rc44c5ed 26 26 const navigate = useNavigate(); 27 27 const restaurantContext = useContext(RestaurantContext); 28 console.log(restaurantContext)29 28 30 29 useEffect(() => {
Note:
See TracChangeset
for help on using the changeset viewer.