{
  to: '/create',
  title: 'Create',
  icon: <IconTools />,
  children: [
    { title: 'Articles', to: '/create/articles' },
    { title: 'Videos', to: '/create/videos' },
    { title: 'Products', to: '/create/products' },
    { title: 'Datasets', to: '/create/datasets' },
  ],
},
{
  to: '/operate',
  title: 'Operate',
  icon: <IconAdjustmentsAlt />,
  children: [
    { title: 'Radar', to: '/operate/radar' },
    { title: 'Promos', to: '/operate/promos' },
    { title: 'Budget', to: '/operate/budget' },
    { title: 'Users', to: '/operate/users' },
  ],
},
{
  to: '/platform',
  title: 'Platform',
  icon: <IconRobot />,
  children: [
    { title: 'Media', to: '/platform/media' },
    { title: 'Entities', to: '/platform/entities' },
    { title: 'Bots', to: '/platform/bots' },
  ],
}
We use cookies to improve your user experience. By continuing to use this site, you agree to our Privacy Policy.