/** * This component is used to connect the first account to the user's GitHub account. * Should only show if not connected and have no projects * @see https://www.figma.com/design/cfMOy1RJasIu3QyzAMBFxB/Laconic?node-id=498-3262&m=dev */ import { Shapes } from 'lucide-react'; import { ConnectButton } from './connect-button'; export default function ConnectDeployFirstApp() { return (

Deploy your first app

Once connected, you can import a repository from your account or start with one of our templates.

); }