Skip to content

Commit d94bca0

Browse files
committed
Fix weirdness with WebGLCanvas import path name
1 parent b113ce3 commit d94bca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tabs/Physics2D/src/DebugDrawCanvas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { DrawShapes, type b2World } from '@box2d/core';
44
import { DebugDraw } from '@box2d/debug-draw';
55

66
import type { PhysicsWorld } from '@sourceacademy/bundle-physics_2d/PhysicsWorld';
7-
import WebGLCanvas from '@sourceacademy/modules-lib/tabs/WebglCanvas';
7+
import WebGLCanvas from '@sourceacademy/modules-lib/tabs/WebGLCanvas';
88
import React from 'react';
99

1010
type DebugDrawCanvasProps = {

src/tabs/Rune/src/hollusion_canvas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { HollusionRune } from '@sourceacademy/bundle-rune/functions';
2-
import WebGLCanvas from '@sourceacademy/modules-lib/tabs/WebglCanvas';
2+
import { WebGLCanvas } from '@sourceacademy/modules-lib/tabs';
33
import React from 'react';
44

55
/**

0 commit comments

Comments
 (0)