import Foundation

extension Notification.Name {
    static let navigateToURL = Notification.Name("navigateToURL")
}
