Skip to content

Commit dad2700

Browse files
committed
Fix import
1 parent d0e2192 commit dad2700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/geofire/test/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* tslint:disable:max-line-length */
22
import * as chai from 'chai';
3-
import * as firebase from 'firebase';
3+
import firebase from 'firebase';
44

55
import { GeoFire, GeoQuery } from '../src';
66

0 commit comments

Comments
 (0)