diff --git a/packages/rapier-physics/src/main.ts b/packages/rapier-physics/src/main.ts index cd79bfc..bb3bb38 100644 --- a/packages/rapier-physics/src/main.ts +++ b/packages/rapier-physics/src/main.ts @@ -12,7 +12,6 @@ import { Vector3 } from "three"; import { Object3DWithGeometry, PhysicsProperties } from "./types"; -import { isArray } from "util"; let RAPIER: typeof Rapier | null | undefined = null;