Skip to content

Commit

Permalink
fix(shadertools): fix import (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Mar 27, 2024
1 parent b7e70fd commit 530f29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shadertools/src/modules-webgl1/project/project.ts
Expand Up @@ -4,7 +4,7 @@

import {Matrix4} from '@math.gl/core';
import {glsl} from '../../lib/glsl-utils/highlight';
import {ShaderModule} from '../..';
import {ShaderModule} from '../../lib/shader-module/shader-module';

type ProjectionProps = {
modelMatrix?: readonly number[];
Expand Down

0 comments on commit 530f29d

Please sign in to comment.