[types] Missing firestore file

This commit is contained in:
Chris Bianca 2017-11-17 11:08:04 +00:00
parent 8bd9684644
commit c4d7704623
1 changed files with 1 additions and 1 deletions

View File

@ -2,11 +2,11 @@
* @flow
* Query representation wrapper
*/
import DocumentSnapshot from './DocumentSnapshot';
import QuerySnapshot from './QuerySnapshot';
import { buildNativeArray, buildTypeMap } from './utils/serialize';
import { firestoreAutoId, isFunction, isObject } from '../../utils';
import type DocumentSnapshot from './DocumentSnapshot';
import type Firestore from './';
import type Path from './Path';