Skip to content

Commit fd56dec

Browse files
authored
Merge pull request #97 from adi611/adi611-patch-3
Corrected the syntax to export functions
2 parents 558437e + c2d6fd1 commit fd56dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console-frontend/src/utils/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const extractPageNumberFromString = (str) => {
3232
return str[indexPage + 5];
3333
}
3434

35-
export default {
35+
export {
3636
isArray,
3737
isString,
3838
isObject,

0 commit comments

Comments
 (0)