From e74071cd6303e2eb8a33d2d4d8ecdf9cf7537b8c Mon Sep 17 00:00:00 2001 From: Matt Bierner <12821956+mjbvz@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:38:32 -0700 Subject: [PATCH] Fix import --- extensions/github/src/typings/git.constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/github/src/typings/git.constants.ts b/extensions/github/src/typings/git.constants.ts index 5847e21d5d0..e39a3fb03b3 100644 --- a/extensions/github/src/typings/git.constants.ts +++ b/extensions/github/src/typings/git.constants.ts @@ -3,7 +3,7 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import type * as git from './git'; +import type * as git from './git.d.ts'; export type ForcePushMode = git.ForcePushMode; export type RefType = git.RefType;