feat: initial ui implementation
This commit is contained in:
parent
1612ed099c
commit
13254d63c2
9 changed files with 709 additions and 31 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue