import React from 'react'; import { Box, Text } from 'ink'; import { UI_WIDTH } from '../constants.js'; const Tips: React.FC = () => ( Tips for getting started: 1. /help for more information. 2. /init to create a GEMINI.md for instructions & context. 3. Ask coding questions, edit code or run commands. 4. Be specific for the best results. ); export default Tips;