mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: clean package.json
(#993)
* chore: clean `package.json` * chore: update
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user