chore: fix some ui problems (#51)

This commit is contained in:
paisley
2026-02-11 17:08:57 +08:00
committed by GitHub
Unverified
parent 6e09a69f4f
commit bc7da0085b
3 changed files with 158 additions and 150 deletions

View File

@@ -5,6 +5,7 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import { HashRouter } from 'react-router-dom';
import App from './App';
import './i18n';
import './styles/globals.css';
ReactDOM.createRoot(document.getElementById('root')!).render(