more broken imports after refactor

This commit is contained in:
Bruno Windels 2020-09-29 09:57:48 +02:00
parent c529df179b
commit 919357b474

View file

@ -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) {