Skip to content

Commit b45b8c0

Browse files
committed
fix: letter's case problem (third commit)
1 parent ba291c5 commit b45b8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/qoj/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import config from '../../config';
22
import App from '../../app';
33
import Module from '../../types/module';
4-
import RanklistExport from './features/RanklistExport_';
4+
import RanklistExport from './features/RanklistExport';
55

66
export default class ModuleQOJ extends Module {
77
run() {}

0 commit comments

Comments
 (0)