import '../styles/globals.css'; import '../styles/helpers/textHelpers.css'; import 'bootstrap/dist/css/bootstrap.min.css'; // Roblox CSS import '../styles/roblox/icons.css'; import Navbar from '../components/navbar'; import React, {useEffect, useState} from 'react'; import Head from 'next/head'; import Footer from '../components/footer'; import dayjs from '../lib/dayjs'; import NextNProgress from "nextjs-progressbar"; import LoginModalStore from '../stores/loginModal'; import AuthenticationStore from '../stores/authentication'; import NavigationStore from '../stores/navigation'; import { getTheme, themeType } from '../services/theme'; import MainWrapper from '../components/mainWrapper'; import GlobalAlert from '../components/globalAlert'; import ThumbnailStore from "../stores/thumbnailStore"; import getFlag from "../lib/getFlag"; import Chat from "../components/chat"; if (typeof window !== 'undefined') { console.log(String.raw` _______ _________ _____ ______ _ / _____ \ |____ ____| / ___ \ | ____ \ | | / / \_\ | | / / \ \ | | \ \ | | | | | | / / \ \ | | | | | | \ \______ | | | | | | | |___/ / | | \______ \ | | | | | | | ____/ | | \ \ | | | | | | | | | | _ | | | | \ \ / / | | |_| \ \_____/ / | | \ \___/ / | | _ \_______/ |_| \_____/ |_| |_| Keep your account safe! Do not paste any text here. If someone is asking you to paste text here then you're giving someone access to your account, your gear, and your ROBUX. To learn more about keeping your account safe you can go to https://en.help.roblox.com/hc/en-us/articles/203313380-Account-Security-Theft-Keeping-your-Account-Safe-`); } function RobloxApp({ Component, pageProps }) { // set theme: // jss globals apparently don't support parameters/props, so the only way to do a dynamic global style is to either append a