From 3e0124dff2065fc5df8c5864b91fcb43e760f3d4 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sat, 8 Jun 2024 11:50:47 -0500 Subject: [PATCH] Removed export Signed-off-by: Andre Wanlin --- packages/integration/src/github/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/integration/src/github/index.ts b/packages/integration/src/github/index.ts index 816b0d2ff9..ea6f18f2e0 100644 --- a/packages/integration/src/github/index.ts +++ b/packages/integration/src/github/index.ts @@ -31,5 +31,3 @@ export type { GithubCredentialType, } from './types'; export { GithubIntegration, replaceGithubUrlType } from './GithubIntegration'; - -export * from './deprecated';