import React from "react"; import { NextPage } from "next"; import { Mainframe } from "../ui/Mainframe"; import Head from "next/head"; const Index: NextPage = () => { return ( <> Esolang Park ); }; export default Index;