Fix Lint errors in URLUtility (#462)

This commit is contained in:
Steve Faulkner
2021-03-18 22:19:35 -05:00
committed by GitHub
parent 65c859c835
commit 3cccbdfe81
6 changed files with 64 additions and 59 deletions

View File

@@ -7,7 +7,7 @@ import { ChildrenMargin } from "./GitHubStyleConstants";
import * as GitHubUtils from "../../../Utils/GitHubUtils";
import { IGitHubRepo } from "../../../GitHub/GitHubClient";
import * as TelemetryProcessor from "../../../Shared/Telemetry/TelemetryProcessor";
import UrlUtility from "../../../Common/UrlUtility";
import * as UrlUtility from "../../../Common/UrlUtility";
import Explorer from "../../Explorer";
export interface AddRepoComponentProps {