Skip to content

Commit

Permalink
Review corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
  • Loading branch information
dariaterekhova-actionengine committed Jul 22, 2022
1 parent 51abcdf commit 5b13e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layers/src/aggregation-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import Layer, {
VisualChannelDescription,
VisualChannels
} from './base-layer';
import {hexToRgb} from 'utils/color-utils';
import {aggregate} from 'utils/aggregate-utils';
import {hexToRgb} from '../../utils/color-utils';
import {aggregate} from '../../utils/aggregate-utils';
import {
HIGHLIGH_COLOR_3D,
CHANNEL_SCALES,
Expand Down

0 comments on commit 5b13e8f

Please sign in to comment.