chore: fixing types

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-07-31 16:38:53 +02:00
parent a060e618b1
commit b465fbb09b
5 changed files with 11 additions and 24 deletions
@@ -160,7 +160,7 @@ export function renderInTestApp(
}),
RouterBlueprint.make({
params: {
Component: ({ children }) => (
component: ({ children }) => (
<MemoryRouter initialEntries={options?.initialRouteEntries}>
{children}
</MemoryRouter>