import Sidebar from './sidebar/sidebar'; import { LayoutFilled, ProductFilled, CloudUploadOutlined } from "@ant-design/icons"; import WidgetsContainer from './sidebar/widgetsContainer'; function App() { const tabs = [ { name: "Widgets", icon: , content: }, { name: "Extensions", icon: , content: <> }, { name: "Uploads", icon: , content: <> } ] return (
); } export default App;