Skip to content

Commit

Permalink
Changes in multiple paths (#119)
Browse files Browse the repository at this point in the history
* feat(utils): add utils() method

* feat(utils): add utils2() method

* Update utils2.ts
  • Loading branch information
oscard0m authored Mar 14, 2023
1 parent e11824a commit afc07ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const utils = () => {
console.log("utils");
}
3 changes: 3 additions & 0 deletions src/utils2.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const utils2 = () => {
console.log("utils2");
}

0 comments on commit afc07ea

Please sign in to comment.