/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type React from 'react'; import { Box, Text } from 'ink'; import { Colors } from '../../colors.js'; /** * Empty state component displayed when no sessions are found. */ export const SessionBrowserEmpty = (): React.JSX.Element => ( No auto-saved conversations found. Press q to exit );