Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit d24f6937c4 - Show all commits

View File

@ -10,7 +10,7 @@ export const Route = createRootRouteWithContext<RouteContext>()({
component: () => (
<div className="font-inter">
<Outlet />
<TanStackRouterDevtools />
{/* <TanStackRouterDevtools /> */}
</div>
),
});