Skip to content

Commit

Permalink
- Remove redundant imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-msft committed Jul 27, 2023
1 parent 99db426 commit 021edaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/msal-browser/src/controllers/StandardController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
AuthError,
PerformanceEvents,
PerformanceCallbackFunction,
StubPerformanceClient,
IPerformanceClient,
BaseAuthRequest,
PromptValue,
Expand Down Expand Up @@ -68,10 +67,8 @@ import { SilentAuthCodeClient } from "../interaction_client/SilentAuthCodeClient
import { BrowserAuthError } from "../error/BrowserAuthError";
import { AuthorizationCodeRequest } from "../request/AuthorizationCodeRequest";
import { NativeTokenRequest } from "../broker/nativeBroker/NativeRequest";
import { BrowserPerformanceClient } from "../telemetry/BrowserPerformanceClient";
import { StandardOperatingContext } from "../operatingcontext/StandardOperatingContext";
import { BaseOperatingContext } from "../operatingcontext/BaseOperatingContext";
import { version, name } from "../packageMetadata";
import { IController } from "./IController";
import { AuthenticationResult } from "../response/AuthenticationResult";

Expand Down

0 comments on commit 021edaa

Please sign in to comment.