Skip to content

Commit

Permalink
remove unused public code from share plugin (#116905)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon authored Nov 2, 2021
1 parent 61ab4a3 commit 47480cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/share/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export { useLocatorUrl } from '../common/url_service/locators/use_locator_url';

import { SharePlugin } from './plugin';

export { KibanaURL } from './kibana_url';
export { downloadMultipleAs, downloadFileAs } from './lib/download_as';
export type { DownloadableContent } from './lib/download_as';

Expand Down

0 comments on commit 47480cf

Please sign in to comment.