From 956e91d3f923b80bfd176e9305ba88242509d21c Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Wed, 18 Dec 2024 10:58:58 +0000 Subject: [PATCH] Delete unused import --- src/framework/components/rigid-body/component.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/framework/components/rigid-body/component.js b/src/framework/components/rigid-body/component.js index eddcb9ec61a..356b1c9c482 100644 --- a/src/framework/components/rigid-body/component.js +++ b/src/framework/components/rigid-body/component.js @@ -11,7 +11,6 @@ import { /** * @import { Entity } from '../../entity.js' - * @import { RigidBodyComponentSystem } from './system.js' */ // Shared math variable to avoid excessive allocation