Skip to content

Commit

Permalink
Added globalErrorsModule to be exported
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Jan 27, 2024
1 parent dddc50b commit 50a5000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export {
DataTypeWithoutDateProperty,
DataTypeBooleanProperty,
DataTypeDateTimeProperty,
DataFormatProperty
DataFormatProperty,
globalErrorsModule
};
export * from "./inspector";
export * from "./renderer";
Expand Down

0 comments on commit 50a5000

Please sign in to comment.