Skip to content

Commit

Permalink
fix: Remove Tanstack devtools from ui
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBarulin authored and g3n35i5 committed Jan 17, 2025
1 parent e5c5551 commit e2d4486
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/routes/__root.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createRootRoute, Outlet } from '@tanstack/react-router'
import MenuBar from '../MenuBar'
import { Box, CssBaseline, ThemeProvider, createTheme } from '@mui/material'
import { TanStackRouterDevtools } from '@tanstack/router-devtools'

const darkTheme = createTheme({
palette: {
Expand All @@ -17,7 +16,6 @@ export const Route = createRootRoute({
<MenuBar />
<Outlet />
</Box>
<TanStackRouterDevtools />
</ThemeProvider>
),
})

0 comments on commit e2d4486

Please sign in to comment.