import { Callout } from 'fumadocs-ui/components/callout'; export function PersonalDataWarning() { return ( Keep in mind that this is considered personal data. Make sure you have the users consent before calling this! ); }