Skip to content

Commit

Permalink
fix #96
Browse files Browse the repository at this point in the history
  • Loading branch information
adi611 committed Feb 27, 2022
1 parent af12e7f commit c2d6fd1
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 c2d6fd1

Please sign in to comment.