feat: add i18n for visibility

This commit is contained in:
Steven
2023-06-26 20:34:28 +08:00
parent 2bf698d3b8
commit 691b40c968
6 changed files with 46 additions and 6 deletions

View File

@ -2,6 +2,7 @@ import { createRoot } from "react-dom/client";
import { Provider } from "react-redux";
import store from "./stores";
import App from "./App";
import "./i18n";
import "./css/index.css";
const container = document.getElementById("root");