diff --git a/pages/_app.js b/pages/_app.js
index 25922db..0baca24 100644
--- a/pages/_app.js
+++ b/pages/_app.js
@@ -1,13 +1,13 @@
import Footer from "@/Components/Footer";
import Navbar from "@/Components/Navbar";
import "@/styles/globals.css";
-
+// comment change to test PR
export default function App({ Component, pageProps }) {
return (
<>
-
+
-
+
>
- )
-}
\ No newline at end of file
+ );
+}