File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
components/Ui/NotFoundBanner Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import IllustrationMessageType from '@ui5/webcomponents-fiori/dist/types/Illustr
33import { Trans , useTranslation } from 'react-i18next' ;
44
55import styles from './NotFoundBanner.module.css' ;
6- import { Button , FlexBox } from '@ui5/webcomponents-react' ;
6+ import { Button } from '@ui5/webcomponents-react' ;
77import { useNavigate } from 'react-router-dom' ;
88import { Center } from '../Center/Center.tsx' ;
99
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { useApiResource } from '../api/useApiResource.ts';
55import { GetKubeconfig } from '../api/types/crate/getKubeconfig.ts' ;
66import { useAuthMcp } from '../../spaces/mcp/auth/AuthContextMcp.tsx' ;
77import { BusyIndicator } from '@ui5/webcomponents-react' ;
8- import { useGetMcpUserRights } from '../../spaces/mcp/authorization/useGetMcpUserRights.ts' ;
98
109interface Mcp {
1110 project : string ;
You can’t perform that action at this time.
0 commit comments