diff --git a/kafka-ui-react-app/src/components/App.tsx b/kafka-ui-react-app/src/components/App.tsx index 7d28a7bcc3..2686e6fad3 100644 --- a/kafka-ui-react-app/src/components/App.tsx +++ b/kafka-ui-react-app/src/components/App.tsx @@ -18,6 +18,9 @@ import Logo from 'components/common/Logo/Logo'; import GitIcon from 'components/common/Icons/GitIcon'; import DiscordIcon from 'components/common/Icons/DiscordIcon'; +import { ConfirmContextProvider } from './contexts/ConfirmContext'; +import ConfirmationModal from './common/ConfirmationModal/ConfirmationModal'; + const queryClient = new QueryClient({ defaultOptions: { queries: { @@ -44,84 +47,87 @@ const App: React.FC = () => { return ( - - - - + + + + - - - - - + + + + + + - - - UI for Apache Kafka - + + + UI for Apache Kafka + - - {GIT_TAG && } - + + {GIT_TAG && } + + - - - - - Log out - - - - - - - - - - + + + + Log out + + + + + + + + + + - - - }> -