Skip to content

Commit

Permalink
chore: remove dev tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSin committed Dec 13, 2024
1 parent e6c7b71 commit c67a298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/src/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const Route = createRootRoute({
<Suspense fallback={<CircularProgress />}>
<Outlet />
</Suspense>
{/* <TanStackRouterDevtools /> */}
</ApiProvider>
</QueryClientProvider>
</IntlProvider>
Expand Down

0 comments on commit c67a298

Please sign in to comment.