Skip to content

Commit

Permalink
ADM-909:[frontend]fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pfpatrick committed Apr 16, 2024
1 parent 7851679 commit b6f9682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SortType } from '@src/containers/ConfigStep/DateRangePicker/DateRangePickerGroup';
import { SortingDateRange } from '@src/containers/ConfigStep/DateRangePicker/SortingDateRange';
import { SortType } from '@src/containers/ConfigStep/DateRangePicker/DateRangePickerGroup';
import { updateDateRangeSortType } from '@src/context/config/configSlice';
import { setupStore } from '@test/utils/setupStoreUtil';
import { render, screen } from '@testing-library/react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DateRangePickerGroup, SortType } from '@src/containers/ConfigStep/DateRangePicker/DateRangePickerGroup';
import { ISortedDateRangeType } from '@src/containers/ConfigStep/DateRangePicker/DateRangePickerGroup';
import { selectDateRange, selectDateRangeSortType } from '@src/context/config/configSlice';
import { SortingDateRange } from '@src/containers/ConfigStep/DateRangePicker/SortingDateRange';
import { selectDateRange, selectDateRangeSortType } from '@src/context/config/configSlice';
import SectionTitleWithTooltip from '@src/components/Common/SectionTitleWithTooltip';
import { TitleContainer } from '@src/containers/ConfigStep/DateRangePicker/style';
import { TIME_RANGE_TITLE, TIPS } from '@src/constants/resources';
Expand Down

0 comments on commit b6f9682

Please sign in to comment.