Skip to content

Commit

Permalink
refactor: remove duplicate imports in AppDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed Nov 10, 2024
1 parent dc2c2aa commit cbf47b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Mythic/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ import UserNotifications
import FirebaseCore
import FirebaseCrashlytics

import FirebaseCore
import FirebaseCrashlytics


class AppDelegate: NSObject, NSApplicationDelegate { // https://arc.net/l/quote/zyfjpzpn
func applicationDidFinishLaunching(_: Notification) {
// Use the Firebase library to configure APIs.
Expand Down

0 comments on commit cbf47b4

Please sign in to comment.