use shorthand to re-export the default import

This commit is contained in:
Michael Bradley, Jr 2018-08-31 17:00:01 -05:00
parent b310a783d5
commit 9ed6053363
1 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
import EmbarkJS from './index';
export default EmbarkJS;
export {default} from './index';