mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Export getAppVersion in the extension API (#5239)
This commit is contained in:
parent
6745f2efd7
commit
39b17334ba
@ -3,6 +3,6 @@
|
||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||
*/
|
||||
|
||||
export { Singleton, openExternal, openBrowser } from "../../common/utils";
|
||||
export { Singleton, openExternal, openBrowser, getAppVersion } from "../../common/utils";
|
||||
export { prevDefault, stopPropagation } from "../../renderer/utils/prevDefault";
|
||||
export { cssNames } from "../../renderer/utils/cssNames";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user