mirror of
https://github.com/apache/superset.git
synced 2026-08-05 21:42:48 +00:00
refactor(moment): Replace Moment.js with DayJs (#31310)
This commit is contained in:
committed by
GitHub
parent
b382ef1058
commit
a193d790b2
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
import { ReactNode, useCallback, useEffect, useState } from 'react';
|
||||
import { isEmpty, isEqual } from 'lodash';
|
||||
// TODO: @msyavuz - Replace with dayjs when migrating datpicker to antd5
|
||||
import moment, { Moment } from 'moment';
|
||||
import {
|
||||
parseDttmToDate,
|
||||
|
||||
Reference in New Issue
Block a user