chore: fix develop watch (#2237)

This commit is contained in:
Tony Alves
2019-03-25 10:57:17 -07:00
committed by Shawn Erquhart
parent 7987091196
commit 0b5d6d9c20
32 changed files with 47 additions and 109 deletions

View File

@ -9,3 +9,4 @@ const Widget = (opts = {}) => ({
});
export const NetlifyCmsWidgetDatetime = { Widget, controlComponent, previewComponent };
export { Widget as default, controlComponent, previewComponent };