aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-05-28 20:45:35 +0700
committerFactiven <[email protected]>2023-05-28 20:45:35 +0700
commit19638f2c48d58dbf9f492d0a3524f57befc6d22a (patch)
treef7fdd7bb32bf0aa2d5c20ffeb00b635fa4d542b5 /pages
parentUpdate v3.6.2 (diff)
downloadmoopa-19638f2c48d58dbf9f492d0a3524f57befc6d22a.tar.xz
moopa-19638f2c48d58dbf9f492d0a3524f57befc6d22a.zip
Update [...info].js
Diffstat (limited to 'pages')
-rw-r--r--pages/anime/watch/[...info].js2
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/anime/watch/[...info].js b/pages/anime/watch/[...info].js
index c1ec46e..a6ae025 100644
--- a/pages/anime/watch/[...info].js
+++ b/pages/anime/watch/[...info].js
@@ -17,7 +17,6 @@ import { useRouter } from "next/router";
import { GET_MEDIA_USER } from "../../../queries";
import dotenv from "dotenv";
-import Footer from "../../../components/footer";
const VideoPlayer = dynamic(() =>
import("../../../components/videoPlayer", { ssr: false })
@@ -553,7 +552,6 @@ export default function Info({ sessions, id, aniId, provider, proxy }) {
</div>
</div>
</div>
- <Footer />
</div>
</SkeletonTheme>
</>