Skip to content

Commit

Permalink
Amend export used for default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Jun 15, 2020
1 parent 2a9fc23 commit 2aaba99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ export const Editor: React.FC<Props> = (props) => {

// required for dynamic import
// eslint-disable-next-line import/no-default-export
export default Editor;
export default ExpressionEditor;

0 comments on commit 2aaba99

Please sign in to comment.