chore: dead imports
This commit is contained in:
parent
7cf83f478e
commit
2bc6daeaed
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user