import type { NextPage } from "next"; import Head from "next/head"; import Link from "next/link"; import { GithubLogo, InstagramLogo, DiscordLogo, GameController } from "phosphor-react"; import { useRef } from "react"; import REPL from "../components/REPL"; import styles from "../styles/Home.module.css"; const Home: NextPage = () => { const inputRef = useRef(); const focusInput = () => {if (inputRef.current) inputRef.current.focus();}; return (<> c0ntroller.de
  Source | Bug? | | | | C0ntroller_Z#3883  
); }; export default Home;