We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From React-Module-Project created by SallyMcGrath: CodeYourFuture#8
Instructions:
Within the src/App.js file, render the <Restaurant /> component (that is provided for you in src/Restaurant.js) underneath the <Bookings /> component.
src/App.js
<Restaurant />
src/Restaurant.js
<Bookings />
Test:
The text was updated successfully, but these errors were encountered:
RbAvci
No branches or pull requests
From React-Module-Project created by SallyMcGrath: CodeYourFuture#8
Instructions:
Within the
src/App.js
file, render the<Restaurant />
component (that is provided for you insrc/Restaurant.js
) underneath the<Bookings />
component.Test:
The text was updated successfully, but these errors were encountered: