feat: enhance MainForm layout and user experience; add new components and improve form structure
feat: update i18n configuration to prioritize browser language; enhance language detection feat: add new translation keys for form submission feedback in English and German
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { StrictMode } from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
import "./index.css";
|
||||
import "./utils/i18n";
|
||||
import App from "./App.tsx";
|
||||
|
||||
createRoot(document.getElementById("root")!).render(
|
||||
|
||||
Reference in New Issue
Block a user