[types] Rename back to proper capitalised file name
This commit is contained in:
parent
0d348392eb
commit
1199b2bb33
|
@ -2,7 +2,7 @@
|
|||
* @flow
|
||||
* Database Reference representation wrapper
|
||||
*/
|
||||
import Query from './query';
|
||||
import Query from './Query';
|
||||
import DataSnapshot from './DataSnapshot';
|
||||
import OnDisconnect from './OnDisconnect';
|
||||
import { getLogger } from '../../utils/log';
|
Loading…
Reference in New Issue