summaryrefslogtreecommitdiff
path: root/engine/components/Forces.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-08-12 13:49:16 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-08-12 13:49:16 -0600
commitc6e9baa0009f7cce0f6ff156a3957ef04a8cb684 (patch)
tree9766a4a33ad1c86aa71a5f92daf8917f3e5f5eed /engine/components/Forces.ts
parentb67ffb57c1bf6e9628339a3f43c71ccebdb46136 (diff)
downloadjumpstorm-c6e9baa0009f7cce0f6ff156a3957ef04a8cb684.tar.gz
jumpstorm-c6e9baa0009f7cce0f6ff156a3957ef04a8cb684.zip
the great engine refactor
Diffstat (limited to 'engine/components/Forces.ts')
-rw-r--r--engine/components/Forces.ts2
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 ".";