Skip to content

Commit

Permalink
chore: es module export
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jun 16, 2022
1 parent ed66c6b commit 6242452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const install: Plugin = (app, defaultConfig?: Props) => {
}

export default {
Codemirror: Component,
Codemirror,
install
}

0 comments on commit 6242452

Please sign in to comment.