fix: rename the module

This commit is contained in:
yassinedorbozgithub 2025-04-04 08:55:41 +01:00
parent cf350c1048
commit d73e4dc8cb
5 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import { ChannelModule } from './channel/channel.module';
import { ChatModule } from './chat/chat.module';
import { CmsModule } from './cms/cms.module';
import { config } from './config';
import { ExtensionModule } from './extention/extension.module';
import { ExtensionModule } from './extension/extension.module';
import extraModules from './extra';
import { HelperModule } from './helper/helper.module';
import { I18nModule } from './i18n/i18n.module';