fix import locations

This commit is contained in:
Kevin Jahns
2018-03-06 05:22:18 +01:00
parent bbc207aaa6
commit 814af5a3d7
25 changed files with 49 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
import Tree from '../Util/Tree.js'
import ID from '../Util/ID/ID.js.js'
import ID from '../Util/ID/ID.js'
class DSNode {
constructor (id, len, gc) {

View File

@@ -1,5 +1,5 @@
import Tree from '../Util/Tree.js'
import RootID from '../Util/ID/RootID.js.js'
import RootID from '../Util/ID/RootID.js'
import { getStruct } from '../Util/structReferences.js'
import { logID } from '../MessageHandler/messageToString.js'

View File

@@ -1,4 +1,4 @@
import ID from '../Util/ID/ID.js.js'
import ID from '../Util/ID/ID.js'
export default class StateStore {
constructor (y) {