We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a74735 commit c9e8bb6Copy full SHA for c9e8bb6
packages/auth/src/platform_browser/persistence/local_storage.ts
@@ -17,10 +17,7 @@
17
18
import { Persistence } from '../../model/public_types';
19
20
-import {
21
- _isMobileBrowser,
22
- _isIE10
23
-} from '../../core/util/browser';
+import { _isMobileBrowser, _isIE10 } from '../../core/util/browser';
24
import {
25
PersistenceInternal as InternalPersistence,
26
PersistenceType,
0 commit comments