Skip to content

Commit d0dabc4

Browse files
committed
fix: fix netlify-cms exports
1 parent 1c922eb commit d0dabc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/netlify-cms/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import CMS, { init } from 'netlify-cms-core';
1+
import CMS, { init } from 'netlify-cms-core/src';
22
import './backends';
33
import './widgets';
44
import './editor-components';

0 commit comments

Comments
 (0)