Skip to content

Commit

Permalink
feat: added testMethod1
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed May 8, 2021
1 parent a4168e3 commit a5c8567
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ export function getByPath(obj, path) {
}
return obj
}

export function testMethod1() {
console.log('testMethod1')
}

0 comments on commit a5c8567

Please sign in to comment.