import { t, Trans } from "@lingui/macro"; import { cn } from "@reactive-resume/utils"; type Props = { className?: string; }; export const Copyright = ({ className }: Props) => (
Licensed under{" "} MIT {t`By the community, for the community.`} A passion project by Amruth Pillai {t`Reactive Resume`} {"v" + appVersion}
);