2018-02-28 15:45:16 -05:00
|
|
|
import bootstrap from './bootstrap';
|
2019-03-27 13:47:28 -07:00
|
|
|
import Registry from 'Lib/registry';
|
2016-11-23 12:26:15 -08:00
|
|
|
|
2019-03-16 15:44:29 -07:00
|
|
|
export const NetlifyCmsCore = {
|
2019-03-27 13:47:28 -07:00
|
|
|
...Registry,
|
2019-03-16 15:44:29 -07:00
|
|
|
init: bootstrap,
|
|
|
|
};
|
2019-03-27 13:47:28 -07:00
|
|
|
export default NetlifyCmsCore;
|