Skip to content

Commit

Permalink
fix: update image plugin export name
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 9, 2020
1 parent b4f457c commit ac365e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/public_api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { default as placeholder } from './placeholder';
export { default as link } from './link';
export { default as imagePlugin } from './image';
export { default as image } from './image';

0 comments on commit ac365e7

Please sign in to comment.