Skip to content

Commit

Permalink
refactor(index): test refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
yikoyu committed Jul 20, 2022
1 parent 03417d0 commit 914a13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function hello(name) {
return `hello perf ${name}`
return `hello refactor ${name}`
}

0 comments on commit 914a13e

Please sign in to comment.