fix: pass netlify-cms-core exports through netlify-cms (#1530)

This commit is contained in:
Shawn Erquhart 2018-07-27 12:25:35 -04:00 committed by GitHub
parent e65dd37e6d
commit f0af6e8b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
import CMS, { init } from 'netlify-cms-core';
import './backends'; import './backends';
import './widgets'; import './widgets';
import './editor-components'; import './editor-components';
export { CMS as default, init };