Skip to content

Commit d31f27f

Browse files
committed
fix a typing error
1 parent bca9ce7 commit d31f27f

File tree

1 file changed

+4
-2
lines changed
  • packages-exp/analytics-compat/src

1 file changed

+4
-2
lines changed

packages-exp/analytics-compat/src/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
* limitations under the License.
1616
*/
1717

18-
import firebase, { _FirebaseNamespace } from '@firebase/app-compat';
18+
import firebase, {
19+
_FirebaseNamespace,
20+
FirebaseApp
21+
} from '@firebase/app-compat';
1922
import { FirebaseAnalytics } from '@firebase/analytics-types';
2023
import { name, version } from '../package.json';
2124
import { AnalyticsService } from './service';
@@ -25,7 +28,6 @@ import {
2528
ComponentType,
2629
InstanceFactory
2730
} from '@firebase/component';
28-
import { FirebaseApp } from '@firebase/app-types';
2931
import {
3032
settings as settingsExp,
3133
isSupported as isSupportedExp

0 commit comments

Comments
 (0)