Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Nov 15, 2024
1 parent 6d13296 commit 105c407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mml-viewer/src/PlayCanvasMode.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FormIteration } from "./FormIteration";
import { GraphicsMode } from "./GraphicsMode";
import { MMLSourceDefinition } from "./MMLSourceDefinition";
import { MMLSourceDefinition } from "./MMLSource";

export class PlayCanvasMode implements GraphicsMode {
private disposed = false;
Expand Down
2 changes: 1 addition & 1 deletion packages/mml-viewer/src/ThreeJSMode.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FormIteration } from "./FormIteration";
import { GraphicsMode } from "./GraphicsMode";
import { MMLSourceDefinition } from "./MMLSourceDefinition";
import { MMLSourceDefinition } from "./MMLSource";

export class ThreeJSMode implements GraphicsMode {
private disposed = false;
Expand Down

0 comments on commit 105c407

Please sign in to comment.