Skip to content

Commit

Permalink
Removed export common types from public/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov committed Jul 22, 2021
1 parent 51b7777 commit fe7b01d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/presentation_util/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export { PresentationUtilPluginSetup, PresentationUtilPluginStart } from './type
export { SaveModalDashboardProps } from './components/types';
export { projectIDs, ProjectID, Project } from '../common/labs';
export * from '../common/lib';
export * from '../common/types';

export {
LazyLabsBeakerButton,
Expand Down

0 comments on commit fe7b01d

Please sign in to comment.