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

@@ -20,7 +20,7 @@ import { t } from '@superset-ui/core';
import getInitialState from './getInitialState';
import * as actions from '../actions/sqlLab';
import { now } from '../../modules/dates';
import { now } from '../../utils/dates';
import {
addToObject,
alterInObject,