Skip to content

Commit c2d6fd1

Browse files
committed
fix #96
1 parent af12e7f commit c2d6fd1

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)