File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/firestore/src/local Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import {
25
25
DocumentMap ,
26
26
MaybeDocumentMap
27
27
} from '../model/collections' ;
28
- import { MaybeDocument , UnknownDocument } from '../model/document' ;
28
+ import { MaybeDocument } from '../model/document' ;
29
29
import { DocumentKey } from '../model/document_key' ;
30
30
import { Mutation } from '../model/mutation' ;
31
31
import {
@@ -50,7 +50,6 @@ import { ReferenceSet } from './reference_set';
50
50
import { RemoteDocumentCache } from './remote_document_cache' ;
51
51
import { RemoteDocumentChangeBuffer } from './remote_document_change_buffer' ;
52
52
import { ClientId , SharedClientState } from './shared_client_state' ;
53
- import { Document } from '../model/document' ;
54
53
55
54
const LOG_TAG = 'LocalStore' ;
56
55
You can’t perform that action at this time.
0 commit comments