Skip to content

Commit

Permalink
addressed pr comments
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy committed May 23, 2024
1 parent a4b91a5 commit 6e64e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions public/dependencies/register_observability_dependencies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
*/

import { createGetterSetter } from '../../../../src/plugins/opensearch_dashboards_utils/public';
import { RenderAccelerationFlyoutParams } from '../../../dashboards-observability/common/types/data_connections';
import { catalogCacheRefs } from '../framework/catalog_cache_refs';
import { ObservabilityStart } from '../types';
import { ObservabilityStart, RenderAccelerationFlyoutParams } from '../types';
export const [
getRenderAccelerationDetailsFlyout,
setRenderAccelerationDetailsFlyout,
Expand Down
2 changes: 2 additions & 0 deletions public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ export interface AppPluginStartDependencies {
}

export type { ObservabilityStart } from '../../dashboards-observability/public';

export type { RenderAccelerationFlyoutParams } from '../../dashboards-observability/common/types/data_connections';

0 comments on commit 6e64e42

Please sign in to comment.