Skip to content

Commit

Permalink
fix: Fix issue #22, importing from blocks.js instead of blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Mar 6, 2023
1 parent c48f66f commit ebea336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/converters/slate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { jsx } from 'slate-hyperscript';
import { Text } from 'slate';
import { elementsWithConverters } from './blocks';
import { elementsWithConverters } from './blocks.js';
import {
groupInlineNodes,
isWhitespace,
Expand Down

0 comments on commit ebea336

Please sign in to comment.