mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
more changes
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5ff438ba42
commit
3f170e00a1
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
import * as Catalog from "./catalog";
|
import * as Catalog from "./catalog";
|
||||||
|
|
||||||
export { LensMainExtension } from "../lens-main-extension";
|
export { LensMainExtension as LensExtension } from "../lens-main-extension";
|
||||||
|
|
||||||
export {
|
export {
|
||||||
Catalog,
|
Catalog,
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Lens-extensions apis, required in renderer process runtime
|
// Lens-extensions apis, required in renderer process runtime
|
||||||
export { LensRendererExtension } from "../lens-renderer-extension";
|
export { LensRendererExtension as LensExtension } from "../lens-renderer-extension";
|
||||||
|
|
||||||
// APIs
|
// APIs
|
||||||
import * as Component from "./components";
|
import * as Component from "./components";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user