1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/messaging/main/index.ts
Janne Savolainen d7bacec7bd
Extract messaging to NPM package
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-03-16 15:48:50 +02:00

4 lines
90 B
TypeScript

import { feature } from "./src/feature";
export const messagingFeatureForMain = feature;