Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Feb 14, 2020
1 parent 7b66f45 commit 6a2f438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
IndexPatternPersistedState,
} from './types';
import { KibanaContextProvider } from '../../../../../../src/plugins/kibana_react/public';
import { DataPublicPluginStart } from '../../../../../../src/plugins/data/public';
import { Plugin as DataPlugin } from '../../../../../../src/plugins/data/public';
import { Datasource, StateSetter } from '..';

export { OperationType, IndexPatternColumn } from './operations';
Expand Down

0 comments on commit 6a2f438

Please sign in to comment.