import { useId } from 'react' export function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) { let id = useId() return (
) }