import dayjs from 'dayjs';
import('dayjs/esm/locale/zh-cn');
dayjs.locale('zh-cn');
export default dayjs;