Skip to content

Commit

Permalink
chore: remove deprecated Extensions export
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Jan 7, 2025
1 parent a1deca3 commit 74898fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/electron-chrome-extensions/src/browser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,3 @@ export class ElectronChromeExtensions extends EventEmitter {
this.api.browserAction.removeActions(extension.id)
}
}

/**
* @deprecated Use `ElectronChromeExtensions` instead.
*/
export const Extensions = ElectronChromeExtensions

0 comments on commit 74898fe

Please sign in to comment.