mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix ui framework filenames (#9907)
* updating filenames * updating imports
This commit is contained in:
parent
4540e39479
commit
7989c992ab
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