{"version":3,"sources":["src/app/store/communication/communication.state.module.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { NgxsModule } from '@ngxs/store';\nimport { FCMService } from 'src/app/services/notifications/fcm.service';\nimport { CommunicationService } from './communication.service';\nimport { CommunicationState } from './communication.state';\n\n@NgModule({\n declarations: [],\n imports: [NgxsModule.forFeature([CommunicationState])],\n providers: [CommunicationService, FCMService],\n bootstrap: [],\n exports: [],\n})\nexport class CommunicationStateModule {}\n"],"names":["CommunicationStateModule","CommunicationService","FCMService","imports","NgxsModule","forFeature","CommunicationState"],"mappings":";;0IAaA,IAAaA,GAAwB,IAAA,CAA/B,MAAOA,CAAwB,iDAAxBA,EAAwB,CAAA,+BAAxBA,CAAwB,CAAA,CAAA,oCAJxB,CAACC,EAAsBC,CAAU,EAACC,QAAA,CADnCC,EAAWC,WAAW,CAACC,CAAkB,CAAC,CAAC,CAAA,CAAA,CAAA,SAK1CN,CAAwB,GAAA","debug_id":"1d8de749-1447-5431-9358-ed3c4499c121"}