Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
maryia-lapata committed Jan 9, 2020
1 parent 7ef8120 commit 1c7e6c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
* under the License.
*/

export * from './chart';
export * from './panel';
export * from './timelion_expression_input';
export * from './timelion_expression_input_helpers';
export * from './timelion_interval';
export * from './timelion_vis';
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import React, { useCallback } from 'react';
import { EuiPanel } from '@elastic/eui';

import { VisOptionsProps } from 'ui/vis/editors/default';
import { VisOptionsProps } from './legacy_imports';
import { VisParams } from './timelion_vis_fn';
import { TimelionInterval, TimelionExpressionInput } from './components';

Expand Down

0 comments on commit 1c7e6c9

Please sign in to comment.