diff --git a/src/pages/home/Home.js b/src/pages/home/Home.js
index 8130c9dbd3b18acb1556483b3a995c63e4b9dc91..e5550859208bad3f6c41c07bc2e03bd7bc8cd7d8 100644
--- a/src/pages/home/Home.js
+++ b/src/pages/home/Home.js
@@ -21,4 +21,15 @@ function Home() {
)
}
+function App() {
+ return (
+ <div
+ style={{
+ backgroundColor: #ccffd2
+ width: '100px',
+ height: '100px'
+ }}
+ )
+}
+
export default Home