import dayjs from 'dayjs';
import { formatDate } from '../functions/formatDate';

export const TODAY = formatDate(dayjs());
