rename func

This commit is contained in:
casperlamboo 2017-11-02 17:24:39 +01:00
parent cffceb9d96
commit c062af4bd9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import dbToDoc from './dbToDoc.js';
import docToFile from './docToFile.js';
import * as shapeToPoints from './shapeToPoints.js';
import JSONToSketchData from './JSONToSketchData.js';
import * as shapeDataUtils from './shapeDataUtils.js';
export { dbToDoc, shapeToPoints, JSONToSketchData, shapeDataUtils };
export { docToFile, shapeToPoints, JSONToSketchData, shapeDataUtils };