import { Text } from '/@/renderer/components'; export const ServerRequired = () => { return ( <> No server selected. Add or select a server in the file menu. ); };