Skip to content

Commit 16ce4f3

Browse files
committed
fix case-sensitive bug
1 parent 8b4e70e commit 16ce4f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const chartIndex = _import('charts/index');
3434
const KeyboardChart = _import('charts/keyboard');
3535
const KeyboardChart2 = _import('charts/keyboard2');
3636
const LineMarker = _import('charts/line');
37-
const MixChart = _import('charts/mixchart');
37+
const MixChart = _import('charts/mixChart');
3838

3939
/* error page */
4040
const Err404 = _import('error/404');
File renamed without changes.

0 commit comments

Comments
 (0)