Skip to content

Commit

Permalink
upp
Browse files Browse the repository at this point in the history
  • Loading branch information
maheedhar1998 committed Mar 2, 2020
1 parent b6bc123 commit 2d5efa2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/app/user-contact/user-contact.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import { Routes, RouterModule } from '@angular/router';
import { IonicModule } from '@ionic/angular';

import { UserContactPage } from './user-contact.page';
<<<<<<< HEAD
import { ContactsPage } from '../contacts/contacts2.module';
=======
// import { Contacts2PageModule } from '../contacts/contacts2.module';
>>>>>>> development

const routes: Routes = [
{
Expand All @@ -27,16 +23,10 @@ const routes: Routes = [
RouterModule.forChild(routes)
],
declarations: [
<<<<<<< HEAD
UserContactPage
],
entryComponents: [ContactsPage]
=======
UserContactPage,
// Contacts2PageModule
],
entryComponents: [//Contacts2PageModule
]
>>>>>>> development
})
export class UserContactPageModule {}

0 comments on commit 2d5efa2

Please sign in to comment.