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 {
|
import {
|
||||||
MobileAppConfigurationDialogComponent
|
MobileAppConfigurationDialogComponent
|
||||||
} from '@home/pages/mobile/applications/mobile-app-configuration-dialog.component';
|
} 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({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
@ -40,7 +40,7 @@ import { CommMobileModule } from '@home/pages/mobile/common/comm-mobile.module';
|
|||||||
CommonModule,
|
CommonModule,
|
||||||
SharedModule,
|
SharedModule,
|
||||||
HomeComponentsModule,
|
HomeComponentsModule,
|
||||||
CommMobileModule,
|
CommonMobileModule,
|
||||||
ApplicationsRoutingModule,
|
ApplicationsRoutingModule,
|
||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
|
|||||||
@ -31,4 +31,4 @@ import { SharedModule } from '@shared/shared.module';
|
|||||||
EditorPanelComponent
|
EditorPanelComponent
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class CommMobileModule {}
|
export class CommonMobileModule {}
|
||||||
Loading…
x
Reference in New Issue
Block a user