Skip to content

Commit

Permalink
fix import for matrix in gridlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Mar 8, 2021
1 parent 5a01181 commit db54860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gridLayer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CompositeLayer } from '@deck.gl/core';
import { SolidPolygonLayer, TextLayer } from '@deck.gl/layers';
import type { CompositeLayerProps } from '@deck.gl/core/lib/composite-layer';
import { Matrix4 } from 'math.gl';
import { Matrix4 } from '@math.gl/core/dist/esm';
import { MultiscaleImageLayer } from '@hms-dbmi/viv';
import type { GridLoader } from './state';

Expand Down

0 comments on commit db54860

Please sign in to comment.