diff --git a/src/App.js b/src/App.js index 2473e54..30f8742 100644 --- a/src/App.js +++ b/src/App.js @@ -2,6 +2,7 @@ import React from "react"; // Import file import Header from "./Header/Header"; +import Home from "./Home/Home"; import "./App.css"; @@ -9,6 +10,7 @@ function App() { return (
+
); }