Skip to content

Commit a86b120

Browse files
committed
remove unnecessary renaming
1 parent 67208d3 commit a86b120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/src/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { Delay } from '../core/util/delay';
2323
import { _emulatorUrl } from '../core/util/emulator';
2424
import { FetchProvider } from '../core/util/fetch_provider';
2525
import { Auth } from '../model/public_types';
26-
import { AuthInternal as AuthInternal } from '../model/auth';
26+
import { AuthInternal } from '../model/auth';
2727
import { IdTokenResponse, TaggedWithTokenResponse } from '../model/id_token';
2828
import { IdTokenMfaResponse } from './authentication/mfa';
2929
import { SERVER_ERROR_MAP, ServerError, ServerErrorMap } from './errors';

0 commit comments

Comments
 (0)