import { Radio } from 'lucide-react' export function NoDeviceSelected() { return (

No device being profiled

Go to Devices, select a device, and press Profile to start monitoring.

) }