fix the warning in user-settings api-report

Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
This commit is contained in:
yousifalraheem
2022-04-04 17:18:08 +02:00
committed by Yousif Al-Raheem
parent ff131b5fd3
commit e7a2ed3f08
2 changed files with 2 additions and 3 deletions
@@ -16,6 +16,7 @@
import React, { PropsWithChildren } from 'react';
import { attachComponentData } from '@backstage/core-plugin-api';
/** @public */
export const USER_SETTINGS_TAB_KEY = 'user-settings.tab';
export type UserSettingsTabProps = PropsWithChildren<{