mirror of
https://github.com/apache/superset.git
synced 2026-07-20 13:45:47 +00:00
refactor(moment): Replace Moment.js with DayJs (#31310)
This commit is contained in:
committed by
GitHub
parent
b382ef1058
commit
a193d790b2
@@ -21,6 +21,7 @@ import { FunctionComponent, useState, useEffect, ChangeEvent } from 'react';
|
||||
import { styled, t } from '@superset-ui/core';
|
||||
import { useSingleViewResource } from 'src/views/CRUD/hooks';
|
||||
import { RangePicker } from 'src/components/DatePicker';
|
||||
// TODO: @msyavuz - Remove this after datepicker
|
||||
import moment from 'moment';
|
||||
import Icons from 'src/components/Icons';
|
||||
import Modal from 'src/components/Modal';
|
||||
|
||||
Reference in New Issue
Block a user