File tree Expand file tree Collapse file tree 3 files changed +1
-1
lines changed
extension-registry/extensions Expand file tree Collapse file tree 3 files changed +1
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ export * from './common/index.js';
2
2
export * from './entity-action-base.js' ;
3
3
export * from './entity-action-list.element.js' ;
4
4
export * from './entity-action.event.js' ;
5
+ export * from './entity-action.extension.js' ;
5
6
export * from './entity-action.interface.js' ;
6
7
export * from './types.js' ;
7
8
export type * from './entity-action-element.interface.js' ;
Original file line number Diff line number Diff line change 1
1
export type * from './app-entry-point.extension.js' ;
2
2
export type * from './backoffice-entry-point.extension.js' ;
3
- export type * from './entity-action.extension.js' ;
4
3
export type * from './entity-bulk-action.extension.js' ;
5
4
export type * from './entry-point.extension.js' ;
6
5
export type * from './external-login-provider-element.interface.js' ;
You can’t perform that action at this time.
0 commit comments