1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/business-features/dock/index.ts
Janne Savolainen 685548cc4b
The new Dock
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-04-17 11:43:38 +03:00

4 lines
95 B
TypeScript

export { DockHost } from "./src/dock/dock-host";
export { dockFeature } from "./src/feature";