From 78c2cffbaacbb7fa3b88d699429c34bbd2ef01bb Mon Sep 17 00:00:00 2001 From: yu-i-i Date: Sun, 15 Mar 2026 23:13:40 +0100 Subject: [PATCH] Git Bridge: integrations-panel code was moved --- .../frontend/js/card/components/git-integration-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/modules/git-bridge/frontend/js/card/components/git-integration-card.tsx b/services/web/modules/git-bridge/frontend/js/card/components/git-integration-card.tsx index 6084264222..e8685b9346 100644 --- a/services/web/modules/git-bridge/frontend/js/card/components/git-integration-card.tsx +++ b/services/web/modules/git-bridge/frontend/js/card/components/git-integration-card.tsx @@ -1,7 +1,7 @@ import { useTranslation } from 'react-i18next' import { useState } from 'react' import { useProjectContext } from '@/shared/context/project-context' -import IntegrationCard from '@/features/ide-redesign/components/integrations-panel/integration-card' +import IntegrationCard from '@/features/integrations-panel/integration-card.tsx' import GitLogoOrange from '@/shared/svgs/git-logo-orange' import GitModalWrapper from './git-modal-wrapper'