diff --git a/frontend/src/component/onboarding/ConnectSdkDialog.tsx b/frontend/src/component/onboarding/ConnectSdkDialog.tsx index a237f737dead..2defa0ae2888 100644 --- a/frontend/src/component/onboarding/ConnectSdkDialog.tsx +++ b/frontend/src/component/onboarding/ConnectSdkDialog.tsx @@ -16,7 +16,7 @@ const TestSdkConnection = lazy(() => import('./TestSdkConnection')); import type { Sdk } from './sharedTypes'; import { ConnectionInformation } from './ConnectionInformation'; import { SdkConnection } from './SdkConnection'; -import useProjectOverview from '../../hooks/api/getters/useProjectOverview/useProjectOverview'; +import useProjectOverview from 'hooks/api/getters/useProjectOverview/useProjectOverview'; interface IConnectSDKDialogProps { open: boolean;