Skip to content

Commit

Permalink
feat: adding Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugahnstn committed Oct 2, 2023
1 parent 50fe79d commit cb087d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/Home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import Header from '../../templates/Header';
import Hero from '../../templates/Hero';
import Main from '../../templates/Main';
import Footer from '../../templates/Footer';

const Home = () => {
return (
<>
<Header />
<Hero />
<Main />
<Footer />
</>
);
}
Expand Down

0 comments on commit cb087d0

Please sign in to comment.