From 8bc121afcfba4b7a20a24632bf983df57410e013 Mon Sep 17 00:00:00 2001 From: Rico Trebeljahr <25333032+trebeljahr@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:59:21 -0500 Subject: [PATCH] fix: wrong import of EcctrlJoystick --- src/Ecctrl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ecctrl.tsx b/src/Ecctrl.tsx index 052552c..a651121 100644 --- a/src/Ecctrl.tsx +++ b/src/Ecctrl.tsx @@ -26,7 +26,7 @@ import React from "react"; export { EcctrlAnimation } from "./EcctrlAnimation"; export { useFollowCam } from "./hooks/useFollowCam"; export { useGame } from "./stores/useGame"; -export { EcctrlJoystick } from "../src/EcctrlJoystick"; +export { EcctrlJoystick } from "./EcctrlJoystick"; export { useJoystickControls } from "./stores/useJoystickControls"; // Retrieve current moving direction of the character