Skip to content

Commit 5a94a50

Browse files
committed
Move creation functions to utils folder
1 parent d64d9d9 commit 5a94a50

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

src/PluginEditor/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import createEmptyFn from './createEmpty';
2-
import createWithContentFn from './createWithContent';
3-
import createWithTextFn from './createWithText';
1+
import createEmptyFn from './utils/createEmpty';
2+
import createWithContentFn from './utils/createWithContent';
3+
import createWithTextFn from './utils/createWithText';
44

55
export default from './Editor';
66
export const createWithContent = createWithContentFn;

0 commit comments

Comments
 (0)