chore: remove changes on example app

Signed-off-by: Talita Gregory Nunes Freire <talita.freire@dazn.com>
This commit is contained in:
Talita Gregory Nunes Freire
2022-04-22 18:06:03 +02:00
parent 4f3848e4c0
commit 37f2d5be52
@@ -137,7 +137,6 @@ import {
EntityNewRelicDashboardCard,
} from '@backstage/plugin-newrelic-dashboard';
import { EntityGoCdContent, isGoCdAvailable } from '@backstage/plugin-gocd';
import { TeamPullRequestsPage } from '@backstage/plugin-github-pull-requests-board';
import React, { ReactNode, useMemo, useState } from 'react';
@@ -624,9 +623,6 @@ const groupPage = (
</Grid>
</Grid>
</EntityLayout.Route>
<EntityLayout.Route path="/pull-requests" title="Pull Requests">
<TeamPullRequestsPage />
</EntityLayout.Route>
</EntityLayoutWrapper>
);