Change component name

This commit is contained in:
Peter Maquiran
2021-06-15 15:28:03 +01:00
parent c856cc2927
commit 57c35ca3ff
21 changed files with 38 additions and 43 deletions
@@ -8,7 +8,7 @@ import { removeDuplicate } from 'src/plugin/removeDuplicate.js'
templateUrl: './attendee-modal.page.html',
styleUrls: ['./attendee-modal.page.scss'],
})
export class AttendeeModalPage implements OnInit {
export class AttendeePage implements OnInit {
// Defined by the API
contacts: EventPerson[];