Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
nerik committed Sep 14, 2023
1 parent cfe26f7 commit 3177feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/components/exploration/hooks/scales-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useAtomValue } from 'jotai';
import { differenceInCalendarDays } from 'date-fns';

import { timelineSizesAtom, zoomTransformAtom } from '../atoms/atoms';
import { DAY_SIZE_MAX, DAY_SIZE_MIN } from '../constants';
import { DAY_SIZE_MAX } from '../constants';
import { useTimelineDatasetsDomain } from '../atoms/hooks';
import { rescaleX } from '../components/timeline/timeline-utils';

Expand Down

0 comments on commit 3177feb

Please sign in to comment.