diff --git a/app/src/routes.tsx b/app/src/routes.tsx
index 1575afd8a..1666f8af8 100644
--- a/app/src/routes.tsx
+++ b/app/src/routes.tsx
@@ -7,7 +7,7 @@ import type { RouteObject } from "react-router";
const packageManagerRoutes: RouteObject = {
path: "package-managers",
children: [
- { index: true, element: },
+ { index: true, element: },
{ path: ":variation", element: },
{ path: ":variation/:section", element: },
{ path: ":variation/:section/:fixture", element: },