From e29809b8df5a22076ba5de659e1a5e4efb4dc958 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 24 Aug 2022 14:30:15 +0200 Subject: [PATCH] create-app: roll back react router bump path updates Co-authored-by: blam Co-authored-by: Johan Haals Signed-off-by: Patrik Oldsberg --- .../default-app/packages/app/src/App.tsx | 2 +- .../app/src/components/catalog/EntityPage.tsx | 36 +++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/create-app/templates/default-app/packages/app/src/App.tsx b/packages/create-app/templates/default-app/packages/app/src/App.tsx index c29f635f2b..c4877263f0 100644 --- a/packages/create-app/templates/default-app/packages/app/src/App.tsx +++ b/packages/create-app/templates/default-app/packages/app/src/App.tsx @@ -58,7 +58,7 @@ const AppRouter = app.getRouter(); const routes = ( - } /> + } /> - + {overviewContent} - + {cicdContent} - + @@ -166,7 +166,7 @@ const serviceEntityPage = ( - + @@ -177,7 +177,7 @@ const serviceEntityPage = ( - + {techdocsContent} @@ -185,15 +185,15 @@ const serviceEntityPage = ( const websiteEntityPage = ( - + {overviewContent} - + {cicdContent} - + @@ -204,7 +204,7 @@ const websiteEntityPage = ( - + {techdocsContent} @@ -219,11 +219,11 @@ const websiteEntityPage = ( const defaultEntityPage = ( - + {overviewContent} - + {techdocsContent} @@ -245,7 +245,7 @@ const componentPage = ( const apiPage = ( - + {entityWarningContent} @@ -268,7 +268,7 @@ const apiPage = ( - + @@ -280,7 +280,7 @@ const apiPage = ( const userPage = ( - + {entityWarningContent} @@ -296,7 +296,7 @@ const userPage = ( const groupPage = ( - + {entityWarningContent} @@ -315,7 +315,7 @@ const groupPage = ( const systemPage = ( - + {entityWarningContent} @@ -338,7 +338,7 @@ const systemPage = ( - + - + {entityWarningContent}