From 2bc6daeaedd0db20a541a9bd6d2e09c0b53d4b50 Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 25 Mar 2019 15:05:16 -0500 Subject: [PATCH] chore: dead imports --- client/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/index.js b/client/index.js index 26e9a99..467a256 100644 --- a/client/index.js +++ b/client/index.js @@ -1,11 +1,9 @@ import {create as createClient} from '@avocado/client'; import {EntityList} from '@avocado/entity'; import {ActionRegistry} from '@avocado/input'; -import {Container, Renderer, ShapeView} from '@avocado/graphics'; -import {shapeFromJSON} from '@avocado/physics'; +import {Container, Renderer} from '@avocado/graphics'; import {World} from '@avocado/physics/matter/world'; import {StateSynchronizer} from '@avocado/state'; -import {Animation} from '@avocado/timing'; const stage = new Container();