diff --git a/src/App.js b/src/App.js index 8bc44e3..494f98a 100644 --- a/src/App.js +++ b/src/App.js @@ -1,9 +1,17 @@ import logo from "./logo.svg"; import "./App.css"; -import FirstComponent from "./FirstComponent"; +import Header from "./Header"; +import Content from "./Content"; +import Footer from "./Footer"; function App() { - return ; + return ( + <> +
+ +