Skip to content

Commit

Permalink
fix: remove xmpp service imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Feb 6, 2023
1 parent d36be7f commit b534124
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/pages/pages.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { AlertService } from '../core/services/misc/alert.service'
import { GithubClient } from '../core/services/misc/github-client.service'
import { LocalizationService } from '../core/services/misc/localization.service'
import { FcmRestNotificationService } from '../core/services/notifications/fcm-rest-notification.service'
import { FcmXmppNotificationService } from '../core/services/notifications/fcm-xmpp-notification.service'
import { LocalNotificationService } from '../core/services/notifications/local-notification.service'
import { MessageHandlerService } from '../core/services/notifications/message-handler.service'
import { NotificationFactoryService } from '../core/services/notifications/notification-factory.service'
Expand Down Expand Up @@ -74,7 +73,6 @@ import { SplashModule } from './splash/splash.module'
SchemaService,
NotificationGeneratorService,
FcmRestNotificationService,
FcmXmppNotificationService,
LocalNotificationService,
AppServerService,
MessageHandlerService,
Expand Down

0 comments on commit b534124

Please sign in to comment.