Organise logs utils

This commit is contained in:
Dominik Prokop 2019-09-16 18:20:03 +02:00
parent 676f8ea6c3
commit c24115c755
7 changed files with 3 additions and 3 deletions

View File

@ -5,3 +5,4 @@ export * from './dataframe';
export * from './transformations';
export * from './datetime';
export * from './text';
export * from './logs';

View File

@ -0,0 +1,2 @@
export * from './logs';
export * from './labels';

View File

@ -2,9 +2,6 @@ export * from './registry';
export * from './deprecationWarning';
export * from './csv';
export * from './fieldReducer';
export * from './logs';
export * from './labels';
export * from './labels';
export * from './object';
export * from './thresholds';