code clean-up

This commit is contained in:
Josh Guyette 2022-06-26 00:22:05 -05:00
parent d1fb6871ef
commit a091e97013
1 changed files with 1 additions and 1 deletions

View File

@ -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, {