mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: Moves date utils to utils folder (#20192)
This commit is contained in:
committed by
GitHub
parent
ad72ea53a1
commit
834dcef993
@@ -23,7 +23,7 @@ import invert from 'lodash/invert';
|
||||
import mapKeys from 'lodash/mapKeys';
|
||||
import { isFeatureEnabled, FeatureFlag } from 'src/featureFlags';
|
||||
|
||||
import { now } from 'src/modules/dates';
|
||||
import { now } from 'src/utils/dates';
|
||||
import {
|
||||
addDangerToast as addDangerToastAction,
|
||||
addInfoToast as addInfoToastAction,
|
||||
|
||||
Reference in New Issue
Block a user