chore: clean package.json (#993)

* chore: clean `package.json`

* chore: update
This commit is contained in:
boojack
2023-01-26 00:35:50 +08:00
committed by GitHub
parent 6c3ff6de63
commit 5b0a54bfb7
14 changed files with 219 additions and 1874 deletions

View File

@ -5,12 +5,12 @@ import { createRoot } from "react-dom/client";
import { Provider } from "react-redux";
import store from "./store";
import App from "./App";
import "./i18n";
import theme from "./theme";
import "./helpers/polyfill";
import "./i18n";
import "dayjs/locale/zh";
import "dayjs/locale/fr";
import "dayjs/locale/vi";
import theme from "./theme";
import "./less/code-highlight.less";
import "./css/global.css";
import "./css/tailwind.css";