We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba291c5 commit b45b8c0Copy full SHA for b45b8c0
src/modules/qoj/main.ts
@@ -1,7 +1,7 @@
1
import config from '../../config';
2
import App from '../../app';
3
import Module from '../../types/module';
4
-import RanklistExport from './features/RanklistExport_';
+import RanklistExport from './features/RanklistExport';
5
6
export default class ModuleQOJ extends Module {
7
run() {}
0 commit comments