forked from mystiq/hydrogen-web
more broken imports after refactor
This commit is contained in:
parent
c529df179b
commit
919357b474
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue