fixed bugs

This commit is contained in:
2025-11-23 20:32:14 +01:00
parent 993e0cd74b
commit a138190cc6
2 changed files with 2 additions and 3 deletions

View File

@@ -4,8 +4,6 @@ import { createRoot } from "react-dom/client";
import "./index.css";
import App from "./App.tsx";
import i18n from "./utils/i18n"; // import i18n configuration DO NOT REMOVE
import { Providers } from "@/components/ui/Providers";
import { ColorModeProvider } from "@/components/ui/provider";
// Prevent unused variable tree shaking
let i18nUnused = i18n;