chore: antd missing imports

This commit is contained in:
karishmas6
2024-03-07 03:55:33 +05:30
parent 9a284e8fda
commit f1c203a8a9

View File

@@ -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 = () => (