Renamed file containing date range and date interval utils

This commit is contained in:
Alejandro Celaya
2022-12-03 12:20:18 +01:00
parent d2ebc880a0
commit e5185f2099
22 changed files with 22 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
import { createSlice, PayloadAction, PrepareAction } from '@reduxjs/toolkit';
import { mergeDeepRight } from 'ramda';
import { Theme } from '../../utils/theme';
import { DateInterval } from '../../utils/dates/types';
import { DateInterval } from '../../utils/helpers/dateIntervals';
import { TagsOrder } from '../../tags/data/TagsListChildrenProps';
import { ShortUrlsOrder } from '../../short-urls/data';