Skip to content
Snippets Groups Projects
Commit 16ce4f34 authored by Pan's avatar Pan
Browse files

fix case-sensitive bug

parent 8b4e70e6
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ const chartIndex = _import('charts/index');
const KeyboardChart = _import('charts/keyboard');
const KeyboardChart2 = _import('charts/keyboard2');
const LineMarker = _import('charts/line');
const MixChart = _import('charts/mixchart');
const MixChart = _import('charts/mixChart');
/* error page */
const Err404 = _import('error/404');
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment