Skip to content

Commit b990746

Browse files
committed
fix joystick import
1 parent 3595592 commit b990746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/Joystick.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import * as PIXI from "pixi.js";
8-
import { Circle, Container, Graphics, Rect, Sprite, h, signal, isSignal } from "canvasengine";
8+
import { Container, Graphics, Sprite, h, signal, isSignal } from "../";
99

1010
export interface JoystickChangeEvent {
1111
angle: number;

0 commit comments

Comments
 (0)