mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: update import prefix with alias (#1433)
This commit is contained in:
@ -8,13 +8,14 @@ import App from "./App";
|
||||
import theme from "./theme";
|
||||
import "./helpers/polyfill";
|
||||
import "./i18n";
|
||||
import "./less/code-highlight.less";
|
||||
import "./css/global.css";
|
||||
import "./css/tailwind.css";
|
||||
|
||||
import "dayjs/locale/zh";
|
||||
import "dayjs/locale/fr";
|
||||
import "dayjs/locale/vi";
|
||||
import "dayjs/locale/ru";
|
||||
import "./less/code-highlight.less";
|
||||
import "./css/global.css";
|
||||
import "./css/tailwind.css";
|
||||
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
|
Reference in New Issue
Block a user