revert root and app
Signed-off-by: Ryan Brink <5607577+unredundant@users.noreply.github.com>
This commit is contained in:
@@ -98,7 +98,6 @@ import { techDocsPage } from './components/techdocs/TechDocsPage';
|
||||
import { ApacheAirflowPage } from '@backstage/plugin-apache-airflow';
|
||||
import { PermissionedRoute } from '@backstage/plugin-permission-react';
|
||||
import { catalogEntityCreatePermission } from '@backstage/plugin-catalog-common';
|
||||
import { ApolloExplorerPage } from '@backstage/plugin-apollo-explorer';
|
||||
|
||||
const app = createApp({
|
||||
apis,
|
||||
@@ -240,17 +239,6 @@ const routes = (
|
||||
</Route>
|
||||
<Route path="/azure-pull-requests" element={<AzurePullRequestsPage />} />
|
||||
<Route path="/apache-airflow" element={<ApacheAirflowPage />} />
|
||||
<Route
|
||||
path="/apollo-explorer"
|
||||
element={
|
||||
<ApolloExplorerPage
|
||||
endpoints={[
|
||||
{ title: 'Github', graphRef: 'Github-API-ikji88@current' },
|
||||
{ title: 'Linear', graphRef: 'Linear-API-jho99t@current' },
|
||||
]}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
</FlatRoutes>
|
||||
);
|
||||
|
||||
|
||||
@@ -117,11 +117,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
|
||||
to="cost-insights"
|
||||
text="Cost Insights"
|
||||
/>
|
||||
<SidebarItem
|
||||
icon={GraphiQLIcon}
|
||||
to="apollo-explorer"
|
||||
text="Apollo Explorer"
|
||||
/>
|
||||
<SidebarItem icon={GraphiQLIcon} to="graphiql" text="GraphiQL" />
|
||||
</SidebarScrollWrapper>
|
||||
<SidebarDivider />
|
||||
<Shortcuts />
|
||||
|
||||
Reference in New Issue
Block a user