Skip to content

Commit

Permalink
fix: importing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Shimada committed Jun 22, 2024
1 parent 283b2dc commit 9076cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webgl/WebGLStrategyUniform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ import { ModuleManager } from '../foundation/system/ModuleManager';
import { RnXR } from '../xr/main';
import { WebXRSystem } from '../xr/WebXRSystem';
import { Vector2 } from '../foundation/math/Vector2';
import { AnimationComponent, Scalar } from '../foundation';
import { AnimationComponent } from '../foundation/components/Animation/AnimationComponent';
import { Scalar } from '../foundation/math/Scalar';

declare const spector: any;

Expand Down

0 comments on commit 9076cea

Please sign in to comment.