This commit is contained in:
josc146
2023-05-18 19:25:13 +08:00
parent 00257f2e68
commit 75075d6483
11 changed files with 154 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ import 'react-toastify/dist/ReactToastify.css';
import App from './App';
import {HashRouter} from 'react-router-dom';
import {startup} from './startup';
import './_locales/i18n-react';
startup().then(() => {
const container = document.getElementById('root');