Skip to content

Commit

Permalink
Update imports in ServiceTabEmptyState constants
Browse files Browse the repository at this point in the history
  • Loading branch information
iblancof committed Oct 24, 2024
1 parent ab15255 commit 840d74f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* 2.0.
*/

import { ObservabilityOnboardingLocatorParams } from '@kbn/deeplinks-observability';
import type { ObservabilityOnboardingLocatorParams } from '@kbn/deeplinks-observability';
import { i18n } from '@kbn/i18n';
import { AddDataPanelProps } from '@kbn/observability-shared-plugin/public';
import { LocatorPublic } from '@kbn/share-plugin/common';
import type { AddDataPanelProps } from '@kbn/observability-shared-plugin/public';
import type { LocatorPublic } from '@kbn/share-plugin/common';

export type AddAPMCalloutKeys =
| 'serviceOverview'
Expand Down

0 comments on commit 840d74f

Please sign in to comment.