Skip to content

Commit

Permalink
Merge pull request #14 from jpbnetley/feature/test
Browse files Browse the repository at this point in the history
Feature/test
  • Loading branch information
jpbnetley authored Feb 10, 2022
2 parents 721b4f2 + 29bf48b commit 373cbbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/f3.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const test3 = () => {
console.log('f3 func')
}
5 changes: 3 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { test1 } from './f1'
export { test2 } from './f2'
export { default as test1 } from './f1'
export { default as test2 } from './f2'
export { test3 } from './f3'

0 comments on commit 373cbbc

Please sign in to comment.