chore: fix local development

This commit is contained in:
Shawn Erquhart
2019-03-22 18:18:30 -04:00
parent 7378e18b29
commit 00a176b34a
8 changed files with 9 additions and 9 deletions

View File

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