mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
more broken imports after refactor
This commit is contained in:
parent
c529df179b
commit
919357b474
@ -16,7 +16,8 @@ limitations under the License.
|
||||
|
||||
import {QueryTarget} from "./QueryTarget.js";
|
||||
import {IDBRequestAttemptError} from "./error.js";
|
||||
import {StorageError} from "../error.js";
|
||||
import {reqAsPromise} from "./utils.js";
|
||||
import {StorageError} from "../common.js";
|
||||
|
||||
class QueryTargetWrapper {
|
||||
constructor(qt) {
|
||||
|
Loading…
Reference in New Issue
Block a user