Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Daria Terekhova <[email protected]>
  • Loading branch information
dariaterekhova-actionengine committed Aug 19, 2022
1 parent 8c48cb5 commit b423fc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
17 changes: 0 additions & 17 deletions src/reducers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,6 @@ export type {
MapStyle
} from './map-style-updaters';

export type {
Viewport
} from './map-state-updaters';

export type {
ExportData,
ExportHtml,
ExportJson,
ExportMap,
LoadFiles,
Locale,
MapControl,
MapControls,
Notifications,
UiState
} from './ui-state-updaters';

export * from './data-scale-utils';
export * from './data-utils';
export * from './table-utils/dataset-utils';
Expand Down
3 changes: 1 addition & 2 deletions src/reducers/table-utils/dataset-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
import uniq from 'lodash.uniq';
import KeplerTable, {Datasets} from 'reducers/table-utils/kepler-table';

import {ProtoDataset} from 'actions';
import {RGBColor} from '@kepler.gl/types';
import {ProtoDataset, RGBColor} from '@kepler.gl/types';

import {hexToRgb, validateInputData, datasetColorMaker} from '@kepler.gl/utils';

Expand Down

0 comments on commit b423fc7

Please sign in to comment.