fit y-memory in helper.js

This commit is contained in:
Kevin Jahns 2017-07-05 18:10:24 +02:00
parent ae91902de3
commit 9d9c84f40e

View File

@ -1,7 +1,7 @@
import _Y from '../../yjs/src/y.js'
import yMemory from '../../y-memory/src/Memory.js'
import yMemory from '../../y-memory/src/y-memory.js'
import yArray from '../../y-array/src/y-array.js'
import yMap from '../../y-map/src/Map.js'
import yTest from './test-connector.js'