diff --git a/app/_app.js b/app/_app.js
deleted file mode 100644
index 28b7b3a..0000000
--- a/app/_app.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import Script from 'next/script';
-
-function MyApp({ Component, pageProps }) {
- return (
- <>
-
-
- >
- );
-}
-
-export default MyApp;
\ No newline at end of file
diff --git a/app/page.tsx b/app/page.tsx
index ac3edab..7710530 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -4,7 +4,7 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { keyframes } from '@emotion/react'
import '@google/model-viewer';
-import Script from 'next/script';
+// import Script from 'next/script';
// import Image from "next/image";