Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Sep 25, 2024
1 parent 4728464 commit c53a1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/component/onboarding/ConnectSdkDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c53a1f7

Please sign in to comment.