Add flot_chart dependency from shared_deps to Shareable Runtime (#81649)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Clint Andrew Hall 2020-11-06 15:28:27 -06:00 committed by GitHub
parent e53da760d8
commit e61c76d2d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,5 +7,7 @@
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import 'whatwg-fetch';
import 'jquery';
import '@kbn/ui-shared-deps/flot_charts';
export * from './shareable';