Alejandra
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|