Skip to content

Commit

Permalink
alpha import
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jun 16, 2023
1 parent e239b18 commit 708578a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Nudge/UI/Common/BackgroundBlur.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// Created by Bart Reardon on 23/2/2022.
//

import Foundation
import Cocoa
import Foundation

var loopedScreen = NSScreen()

Expand Down
2 changes: 1 addition & 1 deletion Nudge/UI/Common/QuitButtons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// Created by Bart Reardon on 31/8/21.
//

import SwiftUI
import Foundation
import SwiftUI

struct QuitButtons: View {
@ObservedObject var viewObserved: ViewState
Expand Down
5 changes: 2 additions & 3 deletions Nudge/UI/Main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
// Created by Erik Gomez on 2/2/21.
//

import UserNotifications
import SwiftUI
import SwiftUI
#if canImport(ServiceManagement)
import ServiceManagement
#endif
import SwiftUI
import UserNotifications

let windowDelegate = AppDelegate.WindowDelegate()
let dnc = DistributedNotificationCenter.default()
Expand Down
4 changes: 2 additions & 2 deletions Nudge/Utilities/Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
import AppKit
import CoreMediaIO
import Foundation
import SystemConfiguration
import SwiftUI
#if canImport(ServiceManagement)
import ServiceManagement
#endif
import SwiftUI
import SystemConfiguration

extension Color {
static let accessibleBlue = Color(red: 26 / 255, green: 133 / 255, blue: 255 / 255)
Expand Down

0 comments on commit 708578a

Please sign in to comment.