This commit is contained in:
natib21
2026-07-10 13:04:39 +00:00
parent 060bfc28df
commit bdb59b11bd
5 changed files with 504 additions and 13 deletions

View File

@@ -10,6 +10,10 @@ import "@edr/ui-common/theme.css";
import { Toaster } from "react-hot-toast";
// Initialize i18next before first paint so the detected/persisted language
// applies immediately (the vendored IAM UI also imports this via @/i18n).
import "./i18n";
import App from "./App";
import { ErrorBoundary } from "./components/ErrorBoundary";
import { AuthProvider } from "./auth/AuthProvider";