feat: initial ui implementation

This commit is contained in:
Iain Learmonth 2026-04-13 14:18:42 +01:00
parent 1612ed099c
commit 13254d63c2
9 changed files with 709 additions and 31 deletions

View file

@ -1,9 +1,3 @@
//
// dnsApp.swift
// dns
//
// Created by irl on 12/04/2026.
//
import SwiftUI
@ -11,7 +5,7 @@ import SwiftUI
struct dnsApp: App {
var body: some Scene {
WindowGroup {
ContentView()
HomeView()
}
}
}