mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix ui framework filenames (#9908)
Backports PR #9907 **Commit 1:** updating filenames * Original sha:053189bace
* Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-17T18:55:00Z **Commit 2:** updating imports * Original sha:81dc14ee60
* Authored by ppisljar <peter.pisljar@gmail.com> on 2017-01-17T19:04:02Z
This commit is contained in:
parent
36bf363b56
commit
a65b46c6ff
3 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue