feat: i18n
This commit is contained in:
@@ -4,6 +4,7 @@ import { Provider } from "react-redux";
|
||||
import Widget from "./widget/index";
|
||||
import './assets/index.css';
|
||||
import store from "./app/store";
|
||||
import './i18n';
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement);
|
||||
const hostId = new URLSearchParams(location.search).get("host");
|
||||
|
||||
Reference in New Issue
Block a user