diff --git a/packages/core-api/src/app/App.tsx b/packages/core-api/src/app/App.tsx
index 9c38c20b44..3d32259337 100644
--- a/packages/core-api/src/app/App.tsx
+++ b/packages/core-api/src/app/App.tsx
@@ -184,7 +184,13 @@ export class PrivateAppImpl implements BackstageApp {
}
}
- routes.push(} />);
+ routes.push(
+ }
+ />,
+ );
return routes;
}