chore: add forgotten file
Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
This commit is contained in:
@@ -24,6 +24,7 @@ import {
|
||||
azurePullRequestDashboardRouteRef,
|
||||
azureGitTagsEntityContentRouteRef,
|
||||
azurePullRequestsEntityContentRouteRef,
|
||||
azureReadMeEntityContentRouteRef,
|
||||
} from './routes';
|
||||
import {
|
||||
createApiFactory,
|
||||
@@ -100,3 +101,11 @@ export const EntityAzurePullRequestsContent = azureDevOpsPlugin.provide(
|
||||
mountPoint: azurePullRequestsEntityContentRouteRef,
|
||||
}),
|
||||
);
|
||||
|
||||
export const EntityAzureReadMeContent = azureDevOpsPlugin.provide(
|
||||
createRoutableExtension({
|
||||
name: 'EntityAzureReadMeContent',
|
||||
component: () => import('./components/ReadMeCard').then(m => m.ReadMeCard),
|
||||
mountPoint: azureReadMeEntityContentRouteRef,
|
||||
}),
|
||||
);
|
||||
|
||||
@@ -31,3 +31,7 @@ export const azureGitTagsEntityContentRouteRef = createRouteRef({
|
||||
export const azurePullRequestsEntityContentRouteRef = createRouteRef({
|
||||
id: 'azure-pull-requests-entity-content',
|
||||
});
|
||||
|
||||
export const azureReadMeEntityContentRouteRef = createRouteRef({
|
||||
id: 'azure-read-me-entity-content',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user