doc: add Home component
This commit is contained in:
@@ -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 (
|
||||
<section className="app">
|
||||
<Header />
|
||||
<Home />
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user