Fix: QueryClientProvider useEffect error

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 18:11:52 +00:00
parent d200dbc423
commit 36aec284f4
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
import React from "react";
import { createRoot } from "react-dom/client";
import App from "./App.tsx";
import "./index.css";