feat: add byo react package netlify-cms-app (#2252)
This commit is contained in:
committed by
Shawn Erquhart
parent
b4041d3971
commit
ff4ffd7a70
9
packages/netlify-cms-app/src/index.js
Normal file
9
packages/netlify-cms-app/src/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import { NetlifyCmsCore as CMS } from 'netlify-cms-core';
|
||||
import './backends';
|
||||
import './widgets';
|
||||
import './editor-components';
|
||||
|
||||
export const NetlifyCmsApp = {
|
||||
...CMS,
|
||||
};
|
||||
export default CMS;
|
Reference in New Issue
Block a user