This commit is contained in:
Peter Maquiran
2021-06-03 16:23:18 +01:00
parent 33cd1eb299
commit a5895adeba
3 changed files with 4 additions and 4 deletions
@@ -22,6 +22,6 @@ import { PipesModule } from 'src/app/pipes/pipes.module';
PipesModule,
],
exports: [ContactsPage],
declarations: [ContactsPage, FilterPipe]
declarations: [ContactsPage]
})
export class ContactsPageModule {}