import Link from 'next/link'; import { Callout } from 'nextra/components'; export function DeviceIdWarning() { return ( Read more about{' '} device id and why you might want it. **We recommend not to but it's up to you.** ); }