Add report editor registry exports

Co-authored-by: natemkelley <natemkelley@gmail.com>
This commit is contained in:
Cursor Agent 2025-08-08 16:15:06 +00:00
parent f7f6019e9b
commit 2ccb1e30fe
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
export { registerReportEditor, unregisterReportEditor, getReportEditor } from './editorRegistry';