Skip to content

Commit 12d177e

Browse files
ci: apply automated fixes
1 parent 782729f commit 12d177e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/react/start/src/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function RootDocument({ children }: { children: React.ReactNode }) {
4545
id: 'route-navigation',
4646
name: 'Route Navigation',
4747
render: <RouteNavigationPanel />,
48-
}
48+
},
4949
]
5050

5151
return (

examples/solid/basic/src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ function App() {
3030
{
3131
name: 'TanStack Router',
3232
render: <TanStackRouterDevtoolsPanel router={router} />,
33-
}
34-
]}
33+
},
34+
]}
3535
/>
3636
</QueryClientProvider>
3737
)

0 commit comments

Comments
 (0)