Skip to content

Commit 4a12160

Browse files
committed
feat: added f2
1 parent d8d4190 commit 4a12160

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/f1/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export const f1 = () => console.log('f1 running')
1+
export const f1 = () => console.log('f1 running')
2+
export const f2 = () => console.log('f1 running')

src/index..js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import { f1 } from './f1'
1+
export { f1, f2 } from './f1'

0 commit comments

Comments
 (0)