Skip to content

Commit 0f09538

Browse files
committed
feat(src): add more functionality to index
1 parent 580b805 commit 0f09538

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
console.log("Silence is silver");
1+
const test = str => console.log(str);
2+
3+
export default test;

0 commit comments

Comments
 (0)