remove unused three js imports

This commit is contained in:
casperlamboo 2017-07-17 16:18:44 +02:00
parent 87f7f2f906
commit 8b9b789c56
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import Shape from 'Doodle3D/clipper-js'; import Shape from 'Doodle3D/clipper-js';
import * as THREE from 'three.js';
import { PRECISION } from '../constants.js'; import { PRECISION } from '../constants.js';
const offsetOptions = { const offsetOptions = {

View File

@ -1,4 +1,3 @@
import * as THREE from 'three.js';
import { PRECISION } from '../constants.js'; import { PRECISION } from '../constants.js';
const inversePrecision = 1 / PRECISION; const inversePrecision = 1 / PRECISION;