This commit is contained in:
KS Jannette
2026-02-13 11:41:38 -05:00
parent 6ed41c0e82
commit e3cd791745
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import { createRoot } from 'react-dom/client'
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { BrowserRouter } from 'react-router-dom';
import './styles/index.css'
import App from './App.tsx'
import App from './App'
const queryClient = new QueryClient();