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,6 +1,6 @@
import { screen, waitFor } from '@testing-library/react';
import { DateIntervalDropdownItems } from '../../../src/utils/dates/DateIntervalDropdownItems';
import { DATE_INTERVALS, DateInterval, rangeOrIntervalToString } from '../../../src/utils/dates/types';
import { DATE_INTERVALS, DateInterval, rangeOrIntervalToString } from '../../../src/utils/helpers/dateIntervals';
import { DropdownBtn } from '../../../src/utils/DropdownBtn';
import { renderWithEvents } from '../../__helpers__/setUpTest';