cleaning up

This commit is contained in:
Matt Hill
2021-08-12 17:20:33 -06:00
committed by Aiden McClelland
parent eb03d1ed04
commit 7aaeefc180
42 changed files with 219 additions and 275 deletions

View File

@@ -1,5 +1,5 @@
import { Component } from '@angular/core'
import { ApiService } from 'src/app/services/api/embassy/embassy-api.service'
import { ApiService } from 'src/app/services/api/embassy-api.service'
import { ServerNotification, ServerNotifications } from 'src/app/services/api/api.types'
import { AlertController, LoadingController } from '@ionic/angular'
import { ActivatedRoute } from '@angular/router'