/* eslint-disable unicorn/prefer-export-from */ import dayjs from 'dayjs'; import utc from 'dayjs/plugin/utc'; dayjs.extend(utc); export default dayjs;