UNPKG
@veecode-platform/backstage-plugin-tenant-explorer
Version:
latest (0.1.2)
0.1.2
0.1.0
@veecode-platform/backstage-plugin-tenant-explorer
/
dist
/
routes.esm.js
9 lines
(6 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ createRouteRef }
from
'@backstage/core-plugin-api'
;
const
rootRouteRef =
createRouteRef
({
id
:
"veecode-tenant-explorer"
});
export
{ rootRouteRef };
//# sourceMappingURL=routes.esm.js.map