This commit is contained in:
alorig
2025-11-18 05:21:27 +05:00
parent a0f3e3a778
commit 9a6d47b91b
34 changed files with 3258 additions and 9 deletions

View File

@@ -201,6 +201,7 @@ const AppSidebar: React.FC = () => {
{ name: "General", path: "/settings" },
{ name: "Plans", path: "/settings/plans" },
{ name: "Integration", path: "/settings/integration" },
{ name: "Publishing", path: "/settings/publishing" },
{ name: "Import / Export", path: "/settings/import-export" },
],
},