Browse Source

🔧 Remove unused context from router creation (#1498)

pull/13907/head
Alejandra 6 months ago
committed by GitHub
parent
commit
7b05fc1f6d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/src/main.tsx

2
frontend/src/main.tsx

@ -15,7 +15,7 @@ OpenAPI.TOKEN = async () => {
const queryClient = new QueryClient()
const router = createRouter({ routeTree, context: { queryClient } })
const router = createRouter({ routeTree })
declare module "@tanstack/react-router" {
interface Register {
router: typeof router

Loading…
Cancel
Save