Skip to content

Commit e5bc6fa

Browse files
Rendering the Restaurant Component in App.jsx
1 parent 880c4c3 commit e5bc6fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/App/App.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import "./App.scss";
33
import Footer from "../Footer/Footer";
44
import Deck from "../Deck/Deck";
55
import AppHeader from "../AppHeader/AppHeader";
6+
import Restaurant from "../Restaurant/Restaurant";
67

78
const App = () => (
89
<div className="app">
@@ -13,6 +14,7 @@ const App = () => (
1314
<AppHeader />
1415
</div>
1516
<Bookings />
17+
<Restaurant />
1618

1719
<Deck />
1820

0 commit comments

Comments
 (0)