import Twitter from "./media/twitter"; import Instagram from "./media/instagram"; import Link from "next/link"; import Image from "next/image"; import { signIn, useSession } from "next-auth/react"; function Footer() { const { data: session, status } = useSession(); return (
{/*

moopa

*/}

moopa

© {new Date().getFullYear()} moopa.live | Website Made by Factiven

This site does not store any files on our server, we only linked to the media which is hosted on 3rd party services.

{/*
gambar
*/}
  • This Season
  • Popular Anime
  • Popular Manga
  • {status === "loading" ? (

    Loading...

    ) : session ? (
  • My List
  • ) : (
  • )}
  • Movies
  • TV Shows
  • DMCA
  • Contact
); } export default Footer;