import { Callout } from 'fumadocs-ui/components/callout'; import Link from 'next/link'; 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.** ); }