import * as React from 'react' import { getTheme } from '@utils/theme' import { Text } from 'ink' export function PressEnterToContinue(): React.ReactNode { return ( Press Enter to continue… ) }