import dayjs from "dayjs"; export function Footer() { return (
© {dayjs().format("YYYY")} Tsiry Sandratraina.
); }