remove reference to removed plugin in dev-docs

This commit is contained in:
spalger 2022-08-22 17:29:40 -07:00
parent 6e87b01f85
commit 2dcc65d803

View file

@ -70,7 +70,7 @@ const dataView = savedObjectsClient.get(dataViewId) as DataView;
## Resusable react components
Use [EUI](https://elastic.github.io/eui) for all your basic UI components to create a consistent UI experience. We also have generic UI components offered from the <DocLink id="kibKibanaReactPluginApi" text="kibana_react" /> plugin and the <DocLink id="kibSharedUXPluginApi" text="shared_ux" /> plugin.
Use [EUI](https://elastic.github.io/eui) for all your basic UI components to create a consistent UI experience. We also have generic UI components offered from the <DocLink id="kibKibanaReactPluginApi" text="kibana_react" /> plugin.
## Don't export code that doesn't need to be public