Commit ec83cbd0 authored by mercury233's avatar mercury233

fix import css

parent eb2a0773
Pipeline #19634 passed with stages
in 2 minutes and 53 seconds
......@@ -14,7 +14,7 @@ if (!window.Promise) {
console.log("Promise exit");
}
import './Index.less';
import './index.less';
// 1. Initialize
const app = dva({
......
......@@ -9,6 +9,8 @@ import Format from '../components/Format';
import logo from '../assets/MoeCube.png';
import UserPanel from '../components/UserPanel';
import './Index.less';
const languageMap = {
'zh-CN': '中文',
'en-US': 'English',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment