use shorthand to re-export the default import
This commit is contained in:
parent
b310a783d5
commit
9ed6053363
|
@ -1,2 +1 @@
|
|||
import EmbarkJS from './index';
|
||||
export default EmbarkJS;
|
||||
export {default} from './index';
|
||||
|
|
Loading…
Reference in New Issue