Initial Commit
This commit is contained in:
commit
1612ed099c
7 changed files with 433 additions and 0 deletions
17
dns/dnsApp.swift
Normal file
17
dns/dnsApp.swift
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
//
|
||||
// dnsApp.swift
|
||||
// dns
|
||||
//
|
||||
// Created by irl on 12/04/2026.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct dnsApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue