Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yomete committed Feb 27, 2025
1 parent dd1ebca commit bc93e7b
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ import {AnimatePresence, motion} from 'framer-motion';
import throttle from 'lodash.throttle';
import {useContextMenu} from 'react-contexify';

import {
DateTimeRange,
MetricsGraphSkeleton,
useParcaContext,
useURLState,
useURLStateCustom,
} from '@parca/components';
import {DateTimeRange, MetricsGraphSkeleton, useParcaContext, useURLState} from '@parca/components';
import {Matcher} from '@parca/parser';
import {formatDate, formatForTimespan, getPrecision, valueFormatter} from '@parca/utilities';

Expand Down

0 comments on commit bc93e7b

Please sign in to comment.