Skip to content

Commit

Permalink
Fixed ts errors
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Suslov <maksim.suslov@actionengine.com>
  • Loading branch information
HeimEndyd committed Mar 11, 2022
1 parent 288a40a commit 7b53693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/dataset-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import {hexToRgb} from './color-utils';
import uniq from 'lodash.uniq';
import {ALL_FIELD_TYPES} from 'constants/default-settings';
import {validateInputData} from 'processors/data-processor';
import KeplerTable from './table-utils/kepler-table';
import KeplerTable, {Field} from './table-utils/kepler-table';

import {Datasets, Field} from '../reducers/vis-state-updaters';
import {Datasets} from '../reducers/vis-state-updaters';
import {ProtoDataset} from '../actions';
import {RGBColor} from 'reducers/types';

Expand Down

0 comments on commit 7b53693

Please sign in to comment.