chore: refine named exports (#2249)
This commit is contained in:
committed by
Shawn Erquhart
parent
4db497b496
commit
b4041d3971
@ -9,4 +9,4 @@ const Widget = (opts = {}) => ({
|
||||
});
|
||||
|
||||
export const NetlifyCmsWidgetDate = { Widget, controlComponent, previewComponent };
|
||||
export { Widget as default, controlComponent, previewComponent };
|
||||
export default NetlifyCmsWidgetDate;
|
||||
|
Reference in New Issue
Block a user