From a091e9701354da38c017229de2a4eb7598467a0c Mon Sep 17 00:00:00 2001 From: Josh Guyette Date: Sun, 26 Jun 2022 00:22:05 -0500 Subject: [PATCH] code clean-up --- game/entities/entities.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/entities/entities.ts b/game/entities/entities.ts index f724d3e..41fce43 100644 --- a/game/entities/entities.ts +++ b/game/entities/entities.ts @@ -2,7 +2,7 @@ import { Dimensions } from "react-native"; import Matter from "matter-js"; import { windowHeight, windowWidth } from "@game"; -import { Balloon, Finger, Wall } from "."; +import { Balloon, Wall } from "."; export const entities = (restart: boolean = false) => { let engine = Matter.Engine.create(undefined, {