import clsx from 'clsx'; type Props = { className?: string; }; export const Copyright = ({ className }: Props) => (