Remove extraneous public import to prevent failing Kibana startup (#54676) (#54682)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Eli Perelman <eli@eliperelman.com>
This commit is contained in:
Tyler Smalley 2020-01-14 07:57:00 -08:00 committed by GitHub
parent 1e87504dc7
commit b75e7f4e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,4 +23,3 @@ export * from './saved_objects/types';
export * from './ui_settings/types';
export * from './legacy/types';
export { EnvironmentMode, PackageInfo } from './config/types';
export { ICspConfig } from './csp';