Skip to content

Commit 0bb39a8

Browse files
authored
export fix
1 parent 65eaa98 commit 0bb39a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export {default as Button} from './Button'
1+
import Button from './Button'
2+
export default Button

0 commit comments

Comments
 (0)