refactor: Removed deprecated use of path for createRouteRef.

Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
This commit is contained in:
Marley Powell
2021-12-01 08:07:26 +00:00
parent f0c16fc82a
commit b2d87cc0a0
-1
View File
@@ -18,7 +18,6 @@ import { createRouteRef } from '@backstage/core-plugin-api';
export const azurePullRequestDashboardRouteRef = createRouteRef({
id: 'azure-pull-request-dashboard',
path: '',
});
export const azurePipelinesEntityContentRouteRef = createRouteRef({