working on toolbar

This commit is contained in:
paul
2024-09-13 16:03:58 +05:30
parent 23f1e08fbc
commit fa993f7e7b
8 changed files with 118 additions and 47 deletions

View File

@@ -43,7 +43,7 @@ function App() {
content: <WidgetsContainer onWidgetsUpdate={(widgets) => setSidebarWidgets(widgets)}/>
},
{
name: "Extensions",
name: "Plugins",
icon: <ProductFilled />,
content: <></>
},