fix class based module loading

This commit is contained in:
Jacob Nguyen
2023-05-18 13:06:40 -05:00
parent 59a13765a5
commit e4a9c8d551
5 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,3 @@
import { clazz } from '../../../handler/commands';
import { CoreModuleStore, ModuleManager } from '../../contracts';
import { importModule } from '../../module-loading';
import { CommandMeta, CommandModule, Module } from '../../types/modules';