Skip to content

Commit

Permalink
fix: render devtools only in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Feb 17, 2025
1 parent 3ac265a commit 5a3f6c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/src/components/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
import { Outlet } from '@tanstack/react-router'
import { TanStackRouterDevtools } from '@tanstack/router-devtools'
import { ReactQueryDevtools, TanStackRouterDevtools } from 'c/DevTools'
import { Footer } from 'c/Footer'
import { Header } from 'c/Header'
import { Footer } from './Footer'

export function Layout() {
return (
Expand Down

0 comments on commit 5a3f6c9

Please sign in to comment.