import type React from "react"; import { DisableIcon, EmptyState, Pane } from "evergreen-ui"; export const NoDevice = (): JSX.Element => { return ( } iconBgColor="#F8E3DA" description="You must connect a Meshtastic device to continue." /> ); };