more cleanup

This commit is contained in:
KS Jannette
2026-02-11 18:39:52 -05:00
parent 161ae7b7b8
commit d813b3a818
8 changed files with 4 additions and 4 deletions

View File

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