import React from "react"; import { NextPage } from "next"; import Head from "next/head"; import { Mainframe } from "../../ui/Mainframe"; import { Header } from "../../ui/header"; import LangProvider from "../../engines/sample-lang"; const LANG_ID = "sample-lang"; const LANG_NAME = "Sample"; const IDE: NextPage = () => { return ( <>