Fix bug send msg

This commit is contained in:
Eudes Inácio
2022-04-13 21:54:31 +01:00
parent 8e10606722
commit 7cfb96bd72
5 changed files with 17 additions and 9 deletions
@@ -12,6 +12,7 @@ import { BtnModalDismissPage } from 'src/app/shared/btn-modal-dismiss/btn-modal-
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
import { MatMenuModule } from '@angular/material/menu';
import { LettersAvatarModule } from "ngx-letters-avatar";
import { PipesModule } from 'src/app/pipes/pipes.module';
@NgModule({
imports: [
@@ -22,6 +23,7 @@ import { LettersAvatarModule } from "ngx-letters-avatar";
MessagesPageRoutingModule,
MatMenuModule,
LettersAvatarModule,
PipesModule
],
declarations: [MessagesPage]
})