refactor and remove dependency circles

This commit is contained in:
Kevin Jahns
2019-03-13 00:04:19 +01:00
parent 4c1798e5fa
commit 585265e9a5
20 changed files with 111 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
* @module structs
*/
import { getStructReference } from 'y-protocols/sync.js'
import { getStructReference } from '../utils/structReferences.js'
import * as ID from '../utils/ID.js'
import { Delete } from './Delete.js'
import { writeStructToTransaction } from '../utils/structEncoding.js'