claude-code-best/src/commands/install-github-app/CheckGitHubStep.tsx
2026-04-07 16:17:48 +08:00

7 lines
161 B
TypeScript

import React from 'react'
import { Text } from '@anthropic/ink'
export function CheckGitHubStep() {
return <Text>Checking GitHub CLI installation</Text>
}