From 0248f8875643d26d4f7749bc73eba9bfdfeadcf0 Mon Sep 17 00:00:00 2001
From: BrightTheBackpack <100brightli@gmail.com>
Date: Fri, 29 Nov 2024 15:02:48 -0800
Subject: [PATCH] update
---
app/_app.js | 15 ---------------
app/page.tsx | 2 +-
2 files changed, 1 insertion(+), 16 deletions(-)
delete mode 100644 app/_app.js
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";