Skip to content

Commit 7a2a71f

Browse files
committed
Revert "comment out imports"
This reverts commit 57caf91.
1 parent 8ba1816 commit 7a2a71f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/analytics/src/factory.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ import { ANALYTICS_ID_FIELD } from './constants';
3838
import { AnalyticsError, ERROR_FACTORY } from './errors';
3939
import { FirebaseApp } from '@firebase/app-types';
4040
import { FirebaseInstallations } from '@firebase/installations-types';
41-
// import {
42-
// isIndexedDBAvailable,
43-
// validateIndexedDBOpenable,
44-
// areCookiesEnabled,
45-
// isBrowserExtension
46-
// } from '@firebase/util';
41+
import {
42+
isIndexedDBAvailable,
43+
validateIndexedDBOpenable,
44+
areCookiesEnabled,
45+
isBrowserExtension
46+
} from '@firebase/util';
4747

4848
/**
4949
* Maps gaId to FID fetch promises.

0 commit comments

Comments
 (0)