File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/firestore/test/unit/local Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
import { Query } from '../../../src/core/query' ;
19
+ import { SnapshotVersion } from '../../../src/core/snapshot_version' ;
20
+ import { IndexedDbRemoteDocumentCache } from '../../../src/local/indexeddb_remote_document_cache' ;
19
21
import { Persistence } from '../../../src/local/persistence' ;
20
22
import { PersistencePromise } from '../../../src/local/persistence_promise' ;
21
23
import { RemoteDocumentCache } from '../../../src/local/remote_document_cache' ;
@@ -28,8 +30,6 @@ import {
28
30
} from '../../../src/model/collections' ;
29
31
import { MaybeDocument } from '../../../src/model/document' ;
30
32
import { DocumentKey } from '../../../src/model/document_key' ;
31
- import { SnapshotVersion } from '../../../src/core/snapshot_version' ;
32
- import { IndexedDbRemoteDocumentCache } from '../../../src/local/indexeddb_remote_document_cache' ;
33
33
34
34
/**
35
35
* A wrapper around a RemoteDocumentCache that automatically creates a
You can’t perform that action at this time.
0 commit comments