refactor: update import prefix with alias (#1433)

This commit is contained in:
boojack
2023-04-01 16:03:14 +08:00
committed by GitHub
parent b03778fa73
commit 89ab57d738
71 changed files with 239 additions and 225 deletions

View File

@ -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);