Skip to content

Commit

Permalink
Remove moved hooks from the previous directory they existed
Browse files Browse the repository at this point in the history
  • Loading branch information
jennypavlova committed Oct 5, 2023
1 parent aab7f6e commit 4075a18
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 139 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ import { parseSearchString } from './parse_search_string';
import { ProcessesTable } from './processes_table';
import { STATE_NAMES } from './states';
import { SummaryTable } from './summary_table';
import {
SortBy,
useProcessList,
ProcessListContextProvider,
} from '../../../../pages/metrics/inventory_view/hooks/use_process_list';
import { SortBy, useProcessList, ProcessListContextProvider } from '../../hooks/use_process_list';
import { getFieldByType } from '../../../../../common/inventory_models';
import { useAssetDetailsRenderPropsContext } from '../../hooks/use_asset_details_render_props';
import { useDateRangeProviderContext } from '../../hooks/use_date_range';
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 4075a18

Please sign in to comment.