Skip to content

Commit

Permalink
Concise exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 4, 2015
1 parent 6d15e01 commit fdad0c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
import line from "./src/line";

export {
line
};
export {default as line} from "./src/line";

0 comments on commit fdad0c3

Please sign in to comment.