// Re-export from the new modular structure
export { default } from "./prompt_editor_view/index";
export type { PromptEditorViewProps } from "./prompt_editor_view/types";
