export const PaginationLink: FC<
  Omit<ComponentProps<"a">, keyof Props> & Props
> = ({ current, className, ...props }) => (
  <a
    {...props}