UNPKG
@digital-ai/plugin-dai-deploy
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.3-alpha-0
0.1.2
0.1.1
0.0.1-alpha-3
0.0.1-alpha-2
0.0.1-alpha-1
0.0.1-alpha-0
Frontend functionalities for the dai-deploy backstage plugin
digital.ai
digital-ai/backstage-deploy
@digital-ai/plugin-dai-deploy
/
dist
/
routes.esm.js
9 lines
(6 loc)
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ createRouteRef }
from
'@backstage/core-plugin-api'
;
const
daiDeployEntityDeploymentsContentRouteRef =
createRouteRef
({
id
:
"dai-deploy-entity-deployments-content"
});
export
{ daiDeployEntityDeploymentsContentRouteRef };
//# sourceMappingURL=routes.esm.js.map