UI: Fixed typo
This commit is contained in:
parent
40de798cd6
commit
a84d1f01f7
@ -26,7 +26,7 @@ import { RemoveAppDialogComponent } from '@home/pages/mobile/applications/remove
|
||||
import {
|
||||
MobileAppConfigurationDialogComponent
|
||||
} from '@home/pages/mobile/applications/mobile-app-configuration-dialog.component';
|
||||
import { CommMobileModule } from '@home/pages/mobile/common/comm-mobile.module';
|
||||
import { CommonMobileModule } from '@home/pages/mobile/common/common-mobile.module';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
@ -40,7 +40,7 @@ import { CommMobileModule } from '@home/pages/mobile/common/comm-mobile.module';
|
||||
CommonModule,
|
||||
SharedModule,
|
||||
HomeComponentsModule,
|
||||
CommMobileModule,
|
||||
CommonMobileModule,
|
||||
ApplicationsRoutingModule,
|
||||
],
|
||||
exports: [
|
||||
|
||||
@ -31,4 +31,4 @@ import { SharedModule } from '@shared/shared.module';
|
||||
EditorPanelComponent
|
||||
]
|
||||
})
|
||||
export class CommMobileModule {}
|
||||
export class CommonMobileModule {}
|
||||
Loading…
x
Reference in New Issue
Block a user