Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyNikipelau committed Mar 13, 2024
1 parent de76351 commit a6db145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const { fetch } = fetchPonyfill({
Promise: Promise
});

export * from Utils;
export * from '@formio/core/lib/utils/formUtil';

// Configure JsonLogic
lodashOperators.forEach((name) => jsonLogic.add_operation(`_${name}`, _[name]));
Expand Down

0 comments on commit a6db145

Please sign in to comment.