Skip to content

Commit 5e76a0a

Browse files
committed
Removed unused import
1 parent 78142b9 commit 5e76a0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/auth/src/api/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import { IdTokenMfaResponse } from './authentication/mfa';
3838
import { SERVER_ERROR_MAP, ServerError, ServerErrorMap } from './errors';
3939
import { PersistenceType } from '../core/persistence';
4040
import { CookiePersistence } from '../platform_browser/persistence/cookie_storage';
41-
import { FirebaseAuth } from '@firebase/auth-types';
4241

4342
export const enum HttpMethod {
4443
POST = 'POST',

0 commit comments

Comments
 (0)