1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-05-17 11:13:05 -04:00
parent df700d6b1d
commit d244c0e5ba

View File

@ -40,7 +40,7 @@ The general terminology is as follows:
To register either a handler or a listener, you should do something like the following: To register either a handler or a listener, you should do something like the following:
`main/extension.ts`: `main.ts`:
```typescript ```typescript
import { LensMainExtension, Interface, Types, Store } from "@k8slens/extensions"; import { LensMainExtension, Interface, Types, Store } from "@k8slens/extensions";
import { registerListeners, IpcMain } from "./helpers/main"; import { registerListeners, IpcMain } from "./helpers/main";