diff --git a/src/components/CharacterView.tsx b/src/components/CharacterView.tsx index 02aace4..49588f0 100644 --- a/src/components/CharacterView.tsx +++ b/src/components/CharacterView.tsx @@ -6,7 +6,7 @@ import { useEffect, useRef } from "react"; import { Euler, Quaternion, Vector3 } from "three"; import { useFrame, useThree } from "@react-three/fiber"; import { useKeyboardControls } from "@react-three/drei"; -import { CuboidCollider, useRapier, useBeforePhysicsStep, type RapierRigidBody, type RapierCollider, BallCollider, CapsuleCollider, RoundCuboidCollider } from "@react-three/rapier"; +import { useRapier, useBeforePhysicsStep, type RapierRigidBody, type RapierCollider, RoundCuboidCollider } from "@react-three/rapier"; import { joystickValues } from "../joystickInput"; const SPEED = 5;