Skip to content

Commit d7499c4

Browse files
fix: inadvertently removed hooks barrel file, cleanup dead exports
1 parent 3665d0b commit d7499c4

2 files changed

Lines changed: 9 additions & 12 deletions

File tree

  • x-pack/platform/plugins/shared/triggers_actions_ui/public
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3+
* or more contributor license agreements. Licensed under the Elastic License
4+
* 2.0; you may not use this file except in compliance with the Elastic License
5+
* 2.0.
6+
*/
7+
8+
export { useSubAction } from './use_sub_action';

x-pack/platform/plugins/shared/triggers_actions_ui/public/index.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,7 @@ export {
107107
deprecatedMessage,
108108
} from './common';
109109

110-
export {
111-
useSubAction,
112-
useConnectorOAuthConnect,
113-
OAuthRedirectMode,
114-
type ConnectorOAuthConnectProps,
115-
type ConnectorOAuthConnect,
116-
useConnectorOAuthDisconnect,
117-
type ConnectorOAuthDisconnectProps,
118-
type ConnectorOAuthDisconnect,
119-
useOAuthRedirectResult,
120-
type OAuthRedirectResultProps,
121-
} from './application/hooks';
110+
export { useSubAction } from './application/hooks';
122111

123112
export type {
124113
TriggersAndActionsUIPublicPluginSetup,

0 commit comments

Comments
 (0)