// This just packages npm modules for use in our Vue component, which
// contains the actual logic that creates the editor and its configuration.
export * from "codemirror";
export * from "@codemirror/view";
export * from "@codemirror/state";
export * from "@codemirror/commands";
export * from "@codemirror/language";
export * from "@codemirror/language-data";
export * from "@codemirror/theme-one-dark";
export * as themes from "@uiw/codemirror-themes-all";