This commit is contained in:
Desktop
2025-11-14 04:48:57 +05:00
parent 946b419fa4
commit e99a96aa2d
2 changed files with 11 additions and 0 deletions

View File

@@ -118,6 +118,11 @@ const AppSidebar: React.FC = () => {
{ name: "Image Testing", path: "/thinker/image-testing" },
],
},
{
icon: <BoltIcon />,
name: "Automation",
path: "/automation",
},
{
icon: <TimeIcon />,
name: "Schedules",