update: update root.tsx add comment for TanStackRouterDevtools
This commit is contained in:
parent
cf18942981
commit
d24f6937c4
|
|
@ -10,7 +10,7 @@ export const Route = createRootRouteWithContext<RouteContext>()({
|
|||
component: () => (
|
||||
<div className="font-inter">
|
||||
<Outlet />
|
||||
<TanStackRouterDevtools />
|
||||
{/* <TanStackRouterDevtools /> */}
|
||||
</div>
|
||||
),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user