diff --git a/packages/frontend/src/components/projects/create/ConnectAccount.tsx b/packages/frontend/src/components/projects/create/ConnectAccount.tsx index 1fc099a2..7c4e1e4e 100644 --- a/packages/frontend/src/components/projects/create/ConnectAccount.tsx +++ b/packages/frontend/src/components/projects/create/ConnectAccount.tsx @@ -13,6 +13,7 @@ import { import { useToast } from 'components/shared/Toast'; import { IconWithFrame } from 'components/shared/IconWithFrame'; import { Heading } from 'components/shared/Heading'; +import { MockConnectGitCard } from './MockConnectGitCard'; const SCOPES = 'repo user'; const GITHUB_OAUTH_URL = `https://github.com/login/oauth/authorize?client_id=${ @@ -93,6 +94,7 @@ const ConnectAccount: React.FC = ({ {/* TODO: Add ConnectAccountTabPanel */} + {/*
*/}