refactor(web): split config hook/context (.ts) from provider (.tsx) to clear react-refresh lint

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 15:01:33 +02:00
parent de11292203
commit 04e9c95c52
4 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { createRoot } from "react-dom/client";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { App } from "./app";
import { ConfigProvider } from "./config/config-context";
import { ConfigProvider } from "./config/config-provider";
import "./index.css";
import "./i18n";