From c6e9baa0009f7cce0f6ff156a3957ef04a8cb684 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 12 Aug 2023 13:49:16 -0600 Subject: the great engine refactor --- engine/components/Forces.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/components/Forces.ts') 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 "."; -- cgit v1.2.3-70-g09d2