Skip to content

Commit f135f16

Browse files
committed
Unused Imports Removed
1 parent dde4243 commit f135f16

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

fission/src/test/physics/PhysicsSystem.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { test, expect, describe, assert, beforeEach, afterEach, vi } from "vitest"
1+
import { test, expect, describe, assert, beforeEach, afterEach } from "vitest"
22
import PhysicsSystem, { LayerReserve, BodyAssociate } from "../../systems/physics/PhysicsSystem"
3-
import MirabufParser from "@/mirabuf/MirabufParser"
4-
import MirabufCachingService, { MiraType } from "@/mirabuf/MirabufLoader"
53
import * as THREE from "three"
64
import JOLT from "@/util/loading/JoltSyncLoader"
75
import Jolt from "@azaleacolburn/jolt-physics"

0 commit comments

Comments
 (0)