fix ui framework filenames (#9907)

* updating filenames

* updating imports
This commit is contained in:
Peter Pisljar 2017-01-17 20:17:05 +01:00 committed by GitHub
parent 4540e39479
commit 7989c992ab
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
export * from './example/createExample';
export { default as createExample } from './example/createExample';
export * from './example/create_example';
export { default as createExample } from './example/create_example';
export * from './js_injector/js_injector';
export { default as JsInjector } from './js_injector/js_injector';