mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update global css (#657)
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import { CssVarsProvider } from "@mui/joy";
|
||||
import dayjs from "dayjs";
|
||||
import relativeTime from "dayjs/plugin/relativeTime";
|
||||
import { createRoot } from "react-dom/client";
|
||||
@ -6,14 +7,13 @@ import store from "./store";
|
||||
import App from "./App";
|
||||
import "./i18n";
|
||||
import "./helpers/polyfill";
|
||||
import "highlight.js/styles/github.css";
|
||||
import "./less/global.less";
|
||||
import "./css/tailwind.css";
|
||||
import "dayjs/locale/zh";
|
||||
import "dayjs/locale/fr";
|
||||
import "dayjs/locale/vi";
|
||||
import { CssVarsProvider } from "@mui/joy";
|
||||
import theme from "./theme";
|
||||
import "highlight.js/styles/github.css";
|
||||
import "./css/global.css";
|
||||
import "./css/tailwind.css";
|
||||
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
|
Reference in New Issue
Block a user