Skip to content

Commit

Permalink
style(rapier): remove unused importation
Browse files Browse the repository at this point in the history
  • Loading branch information
Neosoulink committed Sep 14, 2024
1 parent b4148a1 commit 7a75ec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rapier-physics/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
Vector3
} from "three";
import { Object3DWithGeometry, PhysicsProperties } from "./types";
import { isArray } from "util";

let RAPIER: typeof Rapier | null | undefined = null;

Expand Down

0 comments on commit 7a75ec8

Please sign in to comment.