add default

This commit is contained in:
casperlamboo 2017-11-06 14:28:33 +01:00
parent fa97872848
commit 638e51ed9d

View File

@ -1,6 +1,6 @@
import { vectorArrayToBase64, imageToBase64 } from '../utils/binaryUtils.js'; import { vectorArrayToBase64, imageToBase64 } from '../utils/binaryUtils.js';
export function sketchDataToJSON({ objectsById, spaces }) { export default function sketchDataToJSON({ objectsById, spaces }) {
const data = { const data = {
spaces: [] spaces: []
}; };