This commit is contained in:
casperlamboo 2017-10-24 15:51:40 +02:00
parent 486a59609a
commit ac98aaee5c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import shapeToPoints from './shapeToPoints.js';
import JSONToSketchData from './JSONToSketchData.js';
import ShapeDataUtils from './ShapeDataUtils.js';
import ShapeDataUtils from './shapeDataUtils.js';
import shapeTypeProperties from './shapeTypeProperties.js';
export { shapeToPoints, JSONToSketchData, shapeTypeProperties };