refresh test

This commit is contained in:
yohlo
2025-09-13 00:50:41 -05:00
parent a926dcde07
commit 7d3c0a3fa4
6 changed files with 102 additions and 23 deletions

View File

@@ -65,7 +65,9 @@ export const Route = createRootRouteWithContext<{
errorComponent: (props) => {
return (
<RootDocument>
<DefaultCatchBoundary {...props} />
<Providers>
<DefaultCatchBoundary {...props} />
</Providers>
</RootDocument>
);
},