Skip to content

Commit 72b39de

Browse files
committed
App home to app js
1 parent 9161d0c commit 72b39de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import './css/App.css';
22
import AppHeader from './components/AppHeader';
33
import AppFooter from './components/AppFooter';
4+
import Home from './pages';
45

56
function App() {
67
return (
78
<div className="App">
89
<AppHeader></AppHeader>
9-
10+
<Home />
1011
<AppFooter></AppFooter>
1112
</div>
1213
);

0 commit comments

Comments
 (0)