chore: removing the test usages in the app, and fixing the typings

Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-06-15 12:00:39 +02:00
parent f547a1473e
commit 34900b0ca6
3 changed files with 8 additions and 10 deletions
+1 -3
View File
@@ -114,9 +114,7 @@ const routes = (
path="/tech-radar"
element={<TechRadarPage width={1500} height={800} />}
/>
<FeatureFlagged with="show-graphiql-page">
<Route path="/graphiql" element={<GraphiQLPage />} />
</FeatureFlagged>
<Route path="/graphiql" element={<GraphiQLPage />} />
<Route path="/lighthouse" element={<LighthousePage />} />
<Route path="/api-docs" element={<ApiExplorerPage />} />
@@ -306,11 +306,9 @@ const serviceEntityPage = (
<EntityLayout.Route path="/dependencies" title="Dependencies">
<Grid container spacing={3} alignItems="stretch">
<FeatureFlagged with="show-graphiql-page">
<Grid item md={6}>
<EntityDependsOnComponentsCard variant="gridItem" />
</Grid>
</FeatureFlagged>
<Grid item md={6}>
<EntityDependsOnComponentsCard variant="gridItem" />
</Grid>
<Grid item md={6}>
<EntityDependsOnResourcesCard variant="gridItem" />
</Grid>