We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3595592 commit b990746Copy full SHA for b990746
packages/core/src/components/Joystick.ts
@@ -5,7 +5,7 @@
5
*/
6
7
import * as PIXI from "pixi.js";
8
-import { Circle, Container, Graphics, Rect, Sprite, h, signal, isSignal } from "canvasengine";
+import { Container, Graphics, Sprite, h, signal, isSignal } from "../";
9
10
export interface JoystickChangeEvent {
11
angle: number;
0 commit comments