File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import {
23
23
CredentialsProvider
24
24
} from '../api/credentials' ;
25
25
import { User } from '../auth/user' ;
26
- import { IndexType } from '../local/index_manager' ;
27
26
import { LocalStore } from '../local/local_store' ;
28
27
import {
29
28
localStoreConfigureFieldIndexes ,
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ import { BATCHID_UNKNOWN } from '../util/types';
70
70
71
71
import { BundleCache } from './bundle_cache' ;
72
72
import { DocumentOverlayCache } from './document_overlay_cache' ;
73
- import { IndexManager , IndexType } from './index_manager' ;
73
+ import { IndexManager } from './index_manager' ;
74
74
import { IndexedDbMutationQueue } from './indexeddb_mutation_queue' ;
75
75
import { IndexedDbPersistence } from './indexeddb_persistence' ;
76
76
import { IndexedDbTargetCache } from './indexeddb_target_cache' ;
You can’t perform that action at this time.
0 commit comments