forked from mystiq/hydrogen-web
Merge pull request #607 from vector-im/bwindels/fixpathsobserv
adjust path
This commit is contained in:
commit
dce0ee5ace
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ export class ListRange extends Range {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
import {ObservableArray} from "../../../../observable/list/ObservableArray.js";
|
import {ObservableArray} from "../../../../observable/list/ObservableArray";
|
||||||
|
|
||||||
export function tests() {
|
export function tests() {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue