mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
move registry types to Common.Types
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
e97373e783
commit
9f491b091a
@ -24,7 +24,6 @@ import * as App from "./app";
|
|||||||
import * as EventBus from "./event-bus";
|
import * as EventBus from "./event-bus";
|
||||||
import * as Store from "./stores";
|
import * as Store from "./stores";
|
||||||
import * as Util from "./utils";
|
import * as Util from "./utils";
|
||||||
import * as Registrations from "./registrations";
|
|
||||||
import * as Catalog from "./catalog";
|
import * as Catalog from "./catalog";
|
||||||
import * as Types from "./types";
|
import * as Types from "./types";
|
||||||
|
|
||||||
@ -32,7 +31,6 @@ export {
|
|||||||
App,
|
App,
|
||||||
EventBus,
|
EventBus,
|
||||||
Catalog,
|
Catalog,
|
||||||
Registrations,
|
|
||||||
Store,
|
Store,
|
||||||
Types,
|
Types,
|
||||||
Util,
|
Util,
|
||||||
|
|||||||
@ -22,3 +22,5 @@
|
|||||||
export type IpcMainInvokeEvent = Electron.IpcMainInvokeEvent;
|
export type IpcMainInvokeEvent = Electron.IpcMainInvokeEvent;
|
||||||
export type IpcRendererEvent = Electron.IpcRendererEvent;
|
export type IpcRendererEvent = Electron.IpcRendererEvent;
|
||||||
export type IpcMainEvent = Electron.IpcMainEvent;
|
export type IpcMainEvent = Electron.IpcMainEvent;
|
||||||
|
|
||||||
|
export * from "./registrations";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user