Error and conflits after pull solved

This commit is contained in:
Eudes Inácio
2022-03-27 22:07:13 +01:00
parent 8b31822229
commit f8215163fa
2 changed files with 30 additions and 3 deletions
@@ -12,7 +12,6 @@ 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 { PdfViewerModule } from 'ng2-pdf-viewer';
@NgModule({
imports: [
@@ -23,7 +22,6 @@ import { PdfViewerModule } from 'ng2-pdf-viewer';
MessagesPageRoutingModule,
MatMenuModule,
LettersAvatarModule,
PdfViewerModule
],
declarations: [MessagesPage]
})