Fix filename typo. (#67144)

This commit is contained in:
Justin Kambic 2020-05-21 17:53:42 -04:00 committed by GitHub
parent 5b153eca6e
commit 875d698128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ export * from './snapshot';
export * from './ui';
export * from './monitor_list';
export * from './monitor_status';
export * from './index_patternts';
export * from './index_pattern';
export * from './ping';
export * from './ml_anomaly';
export * from './monitor_duration';