import React from "react"; export interface MapEditorLayer { type: "MapEditor"; } export default function MapEditor() { return (

HEY HEY

); }