mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
chore: Moves date utils to utils folder (#20192)
This commit is contained in:
committed by
GitHub
parent
ad72ea53a1
commit
834dcef993
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
import sqlLabReducer from 'src/SqlLab/reducers/sqlLab';
|
||||
import * as actions from 'src/SqlLab/actions/sqlLab';
|
||||
import { now } from 'src/modules/dates';
|
||||
import { now } from 'src/utils/dates';
|
||||
import { table, initialState as mockState } from '../fixtures';
|
||||
|
||||
const initialState = mockState.sqlLab;
|
||||
|
||||
Reference in New Issue
Block a user