Move fix to AppRoutes

Signed-off-by: James Brooks <jamesbrooks@spotify.com>
This commit is contained in:
James Brooks
2025-07-09 15:13:47 +01:00
parent ea32b592f3
commit cb3ad5a52d
2 changed files with 4 additions and 2 deletions
@@ -154,7 +154,7 @@ export function renderInTestApp(
factory: () => {
return [
coreExtensionData.reactElement(element),
coreExtensionData.routePath(''),
coreExtensionData.routePath('/'),
];
},
}),