diff --git a/src/App.js b/src/App.js
index 02721dd..dd6dd23 100644
--- a/src/App.js
+++ b/src/App.js
@@ -22,6 +22,6 @@ function App() {
);
-}
+};
export default App;
\ No newline at end of file
diff --git a/src/components/Navbar.js b/src/components/Navbar.js
index 89d317f..e97f664 100644
--- a/src/components/Navbar.js
+++ b/src/components/Navbar.js
@@ -17,14 +17,14 @@ function Navbar() {