import SwiftUI @main struct dnsApp: App { var body: some Scene { WindowGroup { HomeView() } } }