diff options
Diffstat (limited to 'engine/components/Forces.ts')
-rw-r--r-- | engine/components/Forces.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/components/Forces.ts b/engine/components/Forces.ts index bf540a1..91ae1c1 100644 --- a/engine/components/Forces.ts +++ b/engine/components/Forces.ts @@ -1,4 +1,4 @@ -import type { Accel2D, Force2D } from "../interfaces"; +import type { Force2D } from "../interfaces"; import { Component } from "./Component"; import { ComponentNames } from "."; |