mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
expose logger to extensions (#3708)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
584d45c5e0
commit
41fcd73c69
@ -26,6 +26,7 @@ import * as Store from "./stores";
|
||||
import * as Util from "./utils";
|
||||
import * as Catalog from "./catalog";
|
||||
import * as Types from "./types";
|
||||
import logger from "../../common/logger";
|
||||
|
||||
export {
|
||||
App,
|
||||
@ -34,4 +35,5 @@ export {
|
||||
Store,
|
||||
Types,
|
||||
Util,
|
||||
logger
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user