Skip to content

Commit

Permalink
Change to type import
Browse files Browse the repository at this point in the history
  • Loading branch information
jennypavlova committed Apr 5, 2023
1 parent 856dfa8 commit 0bd97a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import { uptimeOverviewLocatorID } from '@kbn/observability-plugin/public';
import { LocatorClient } from '@kbn/share-plugin/common/url_service/locators';
import { InventoryItemType } from '../../../../../../../common/inventory_models/types';
import type { InventoryItemType } from '../../../../../../../common/inventory_models/types';
import type { HostNodeRow } from '../../../hooks/use_hosts_table';

export const navigateToUptime = (
Expand Down

0 comments on commit 0bd97a7

Please sign in to comment.