Changeset db39d9e for my-react-app/src/components/AuthContent.js
- Timestamp:
- 03/05/24 14:27:53 (15 months ago)
- Branches:
- main
- Children:
- 8ca35dc
- Parents:
- 5a9c93b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
my-react-app/src/components/AuthContent.js
r5a9c93b rdb39d9e 28 28 <p>Cuisine Type: {restaurant.cuisineType}</p> 29 29 <p>Address: {restaurant.address}</p> 30 {/* Render other properties as needed */} 30 31 31 </div> 32 32 ))}
Note:
See TracChangeset
for help on using the changeset viewer.