import React from 'react'; import { MenuWidgetIcon } from '@teambit/ui-foundation.ui.menu-widget-icon'; import type { Section } from './section'; import { AspectPage } from './ui/aspect-page'; export class AspectSection implements Section { route = { path: '~aspect', element: , }; navigationLink = { href: '~aspect', children: , displayName: 'Configuration', hideInMinimalMode: true, }; order = 50; }