mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
420 B
420 B
@k8slens/react-application-root
Usage
$ npm install @k8slens/react-application-root
import { reactApplicationRootFeature } from "@k8slens/application";
import { registerFeature } from "@k8slens/feature-core";
import { createContainer } from "@ogre-tools/injectable";
const di = createContainer("some-container");
registerFeature(di, reactApplicationRootFeature);