Updated based on feedback

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-04-20 11:29:06 -05:00
parent 347aeca204
commit d29f591640
7 changed files with 22 additions and 8 deletions
+6
View File
@@ -14,5 +14,11 @@
* limitations under the License.
*/
/**
* Backstage DevTools frontend plugin with a tab that shows package dependencies and another tab that shows your current configuration.
*
* @packageDocumentation
*/
export { devToolsPlugin, DevToolsPage } from './plugin';
export * from './components';