fix example dist script
This commit is contained in:
parent
c88a813bb0
commit
76ad58bb59
@ -4,9 +4,8 @@ import yArray from '../../y-array/src/y-array.js'
|
||||
import yMap from '../../y-map/src/y-map.js'
|
||||
import yText from '../../y-text/src/Text.js'
|
||||
import yXml from '../../y-xml/src/y-xml.js'
|
||||
import yMemory from '../../y-memory/src/y-memory.js'
|
||||
import yWebsocketsClient from '../../y-websockets-client/src/y-websockets-client.js'
|
||||
|
||||
Y.extend(yArray, yMap, yText, yXml, yMemory, yWebsocketsClient)
|
||||
Y.extend(yArray, yMap, yText, yXml, yWebsocketsClient)
|
||||
|
||||
export default Y
|
||||
|
Loading…
x
Reference in New Issue
Block a user