Skip to content

Commit

Permalink
Update actions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp authored Dec 30, 2020
1 parent 0b030bc commit e910079
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
* under the License.
*/

import { Vis, VisParams } from 'src/plugins/visualizations/public';
import { Vis, VisParams, Schema } from 'src/plugins/visualizations/public';
import type { IAggConfig } from 'src/plugins/data/public';
import type { Schema } from 'src/plugins/visualizations/public';

import { EditorStateActionTypes } from './constants';

Expand Down

0 comments on commit e910079

Please sign in to comment.