From 63be9e377b0ca9cc5e5407269312deb0efcf8170 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 04:02:32 +0530 Subject: [PATCH] chore: remove unused import --- ui/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 640a7e63..5c3d95c5 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -1,6 +1,6 @@ import Topbar from "./components/Topbar"; import Sidebar from "./components/Sidebar"; -import { Button, ConfigProvider, Space } from 'antd'; +import { ConfigProvider } from 'antd'; import { BrowserRouter } from 'react-router-dom' const App = () => ( @@ -10,7 +10,7 @@ const App = () => ( colorPrimary: '#ff00c3', borderRadius: 2, }, - }} + }}`` >