chore: Moves date utils to utils folder (#20192)

This commit is contained in:
Michael S. Molina
2022-05-31 12:21:58 -03:00
committed by GitHub
parent ad72ea53a1
commit 834dcef993
18 changed files with 21 additions and 97 deletions

View File

@@ -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,