diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 5dfab011..e3fe754d 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -1,5 +1,6 @@ import Topbar from "./components/Topbar"; import Sidebar from "./components/Sidebar"; +import { Button, ConfigProvider, Space } from 'antd'; import { BrowserRouter } from 'react-router-dom' const App = () => (