Showing
1 changed file
with
2 additions
and
0 deletions
1 | import React from "react"; | 1 | import React from "react"; |
2 | import Header from "../../Components/Header"; | 2 | import Header from "../../Components/Header"; |
3 | import Main from "../../Components/Main"; | 3 | import Main from "../../Components/Main"; |
4 | +import Footer from "../../Components/Footer"; | ||
4 | 5 | ||
5 | export default () => { | 6 | export default () => { |
6 | return ( | 7 | return ( |
7 | <> | 8 | <> |
8 | <Header /> | 9 | <Header /> |
9 | <Main /> | 10 | <Main /> |
11 | + <Footer /> | ||
10 | </> | 12 | </> |
11 | ); | 13 | ); |
12 | }; | 14 | }; | ... | ... |
-
Please register or login to post a comment