remove unused imports

This commit is contained in:
Casper Lamboo 2018-05-05 10:18:20 +02:00
parent 2c953496f7
commit 5900bbcc50
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import { add, divide, distanceTo, normalize, subtract, normal, dot } from './src/sliceActions/helpers/vector2.js';
import { pointIsInsideConvex, decompose, findClosestPath, containLineInPath } from './src/sliceActions/helpers/comb.js';
const canvas = document.createElement('canvas');