From 961217acd503a3f58b5e1878f309915551f3da4f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 03:58:01 +0530 Subject: [PATCH] feat: customize design system --- ui/src/App.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index e3fe754d..4855ed8e 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -4,10 +4,23 @@ import { Button, ConfigProvider, Space } from 'antd'; import { BrowserRouter } from 'react-router-dom' const App = () => ( + + + + + + ); export default App; \ No newline at end of file