Skip to content

Commit b55b5a8

Browse files
committed
fix: remove unused QueryClient import from main.tsx
1 parent 48fb59f commit b55b5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
ErrorBoundary as RollbarErrorBoundary,
55
Provider as RollbarProvider,
66
} from '@rollbar/react';
7-
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
7+
import { QueryClientProvider } from '@tanstack/react-query';
88
import { RouterProvider } from '@tanstack/react-router';
99
import { StrictMode } from 'react';
1010
import { createRoot } from 'react-dom/client';

0 commit comments

Comments
 (0)