@veecode-platform/backstage-plugin-tenant-explorer
Version:
16 lines (13 loc) • 485 B
JavaScript
import { convertLegacyRouteRef } from '@backstage/core-compat-api';
import { NavItemBlueprint } from '@backstage/frontend-plugin-api';
import AccountTreeIcon from '@material-ui/icons/AccountTree';
import { rootRouteRef } from '../routes.esm.js';
const TenantNavItem = NavItemBlueprint.make({
params: {
icon: AccountTreeIcon,
routeRef: convertLegacyRouteRef(rootRouteRef),
title: "Tenants"
}
});
export { TenantNavItem };
//# sourceMappingURL=tenantNavItem.esm.js.map