Skip to content

Commit

Permalink
feat(TokenTree): Exported default TokenTree to allow it to be extended
Browse files Browse the repository at this point in the history
  • Loading branch information
HHogg committed Nov 23, 2018
1 parent a501f5c commit 9af6d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as default } from './Renderer';
export { default as TokenTree } from './TokenTree';

0 comments on commit 9af6d8c

Please sign in to comment.