Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Jul 13, 2022
1 parent e9aa96a commit ffeaafd
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import React, { useState } from 'react';
import { EuiFlexGroup, EuiFlexItem, EuiTitle } from '@elastic/eui';
import { useLegacyUrlParams } from '../../../../context/url_params_context/use_url_params';
import { I18LABELS } from '../translations';
import { BreakdownFilter } from '../breakdowns/breakdown_filter';
import { PageLoadDistChart } from '../charts/page_load_dist_chart';
Expand All @@ -16,10 +15,6 @@ import { BreakdownItem } from '../../../../../typings/ui_filters';
import { PercentileRange } from './types';

export function PageLoadDistribution() {
const { urlParams, uxUiFilters } = useLegacyUrlParams();

const { start, end } = urlParams;

const [percentileRange, setPercentileRange] = useState<PercentileRange>({
min: null,
max: null,
Expand Down

0 comments on commit ffeaafd

Please sign in to comment.