diff --git a/src/screens/Home/index.tsx b/src/screens/Home/index.tsx
index 6d241a3..0b92191 100644
--- a/src/screens/Home/index.tsx
+++ b/src/screens/Home/index.tsx
@@ -1,6 +1,7 @@
import Header from '../../templates/Header';
import Hero from '../../templates/Hero';
import Main from '../../templates/Main';
+import Footer from '../../templates/Footer';
const Home = () => {
return (
@@ -8,6 +9,7 @@ const Home = () => {
+
>
);
}