Skip to content

Commit 298e433

Browse files
committed
fix
1 parent 31f683d commit 298e433

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/Ui/NotFoundBanner/NotFoundBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import IllustrationMessageType from '@ui5/webcomponents-fiori/dist/types/Illustr
33
import { Trans, useTranslation } from 'react-i18next';
44

55
import styles from './NotFoundBanner.module.css';
6-
import { Button, FlexBox } from '@ui5/webcomponents-react';
6+
import { Button } from '@ui5/webcomponents-react';
77
import { useNavigate } from 'react-router-dom';
88
import { Center } from '../Center/Center.tsx';
99

src/lib/shared/McpContext.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { useApiResource } from '../api/useApiResource.ts';
55
import { GetKubeconfig } from '../api/types/crate/getKubeconfig.ts';
66
import { useAuthMcp } from '../../spaces/mcp/auth/AuthContextMcp.tsx';
77
import { BusyIndicator } from '@ui5/webcomponents-react';
8-
import { useGetMcpUserRights } from '../../spaces/mcp/authorization/useGetMcpUserRights.ts';
98

109
interface Mcp {
1110
project: string;

0 commit comments

Comments
 (0)