import { define } from "../util/define.js";
import { Editor } from "./index.js";

define("drab-editor", Editor);
