Skip to content

Commit

Permalink
fix: letter's case problem (third commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
memset0 committed Aug 3, 2024
1 parent ba291c5 commit b45b8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/qoj/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import config from '../../config';
import App from '../../app';
import Module from '../../types/module';
import RanklistExport from './features/RanklistExport_';
import RanklistExport from './features/RanklistExport';

export default class ModuleQOJ extends Module {
run() {}
Expand Down

0 comments on commit b45b8c0

Please sign in to comment.