This commit is contained in:
KS Jannette
2026-02-14 08:11:36 -05:00
parent 61835ae3aa
commit d55f58985b
3 changed files with 2 additions and 4 deletions

View File

@@ -14,5 +14,5 @@ createRoot(document.getElementById('root')!).render(
<App />
</BrowserRouter>
</QueryClientProvider>
</StrictMode>,
</StrictMode>
)