We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d4190 commit 4a12160Copy full SHA for 4a12160
src/f1/index.js
@@ -1 +1,2 @@
1
-export const f1 = () => console.log('f1 running')
+export const f1 = () => console.log('f1 running')
2
+export const f2 = () => console.log('f1 running')
src/index..js
@@ -1 +1 @@
-import { f1 } from './f1'
+export { f1, f2 } from './f1'
0 commit comments