[Discover] Remove export* syntax (#110934)

This commit is contained in:
Matthias Wilhelm 2021-09-03 07:48:32 +02:00 committed by GitHub
parent d421c4dda7
commit 8f728977f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,4 @@
* 2.0.
*/
// TODO: https://github.com/elastic/kibana/issues/110900
/* eslint-disable @kbn/eslint/no_export_all */
export * from './config';
export type { Config } from './config';