remove unused imports

This commit is contained in:
casperlamboo 2018-01-10 14:15:09 +01:00
parent 9ce8594856
commit 83113e65b2

View File

@ -2,8 +2,6 @@ import * as THREE from 'three';
import * as actions from '../../actions/index.js';
import { EventObject3D } from '../EventScene.js';
import transposeEvents from '../../utils/transposeEvents.js';
import ShapeMesh from '../ShapeMesh.js';
import { SpriteHandle } from '../../utils/threeUtils.js';
const RAY_CASTER = new THREE.Raycaster();
const MOUSE = new THREE.Vector2();