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

HEY HEY

); }