Skip to content

Commit

Permalink
Merge pull request #97 from adi611/adi611-patch-3
Browse files Browse the repository at this point in the history
Corrected the syntax to export functions
  • Loading branch information
Mec-iS authored Feb 27, 2022
2 parents 558437e + c2d6fd1 commit fd56dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console-frontend/src/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const extractPageNumberFromString = (str) => {
return str[indexPage + 5];
}

export default {
export {
isArray,
isString,
isObject,
Expand Down

0 comments on commit fd56dec

Please sign in to comment.