1 import { CommonModule } from '@angular/common'
2 import { NgModule } from '@angular/core'
3 import { SharedSearchModule } from '@app/shared/shared-search'
4 import { RemoteInteractionRoutingModule } from './remote-interaction-routing.module'
5 import { RemoteInteractionComponent } from './remote-interaction.component'
13 RemoteInteractionRoutingModule
17 RemoteInteractionComponent
21 RemoteInteractionComponent
26 export class RemoteInteractionModule { }