feat: use Noto Emoji Color

This commit is contained in:
vinceh121
2024-07-31 02:10:55 +02:00
parent 697f82c6dd
commit b713a1ae47
4 changed files with 22 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ import {HashRouter} from "react-router-dom";
import 'antd/dist/reset.css';
import './i18n'
import './index.css'
const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement)