Skip to content

Commit 944d416

Browse files
authored
Merge pull request #38 from relay-tools/clean-dir
Don't use wildcard re-export
2 parents f12bb9d + 478105d commit 944d416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './modern';
1+
export { Network } from './modern';

0 commit comments

Comments
 (0)