This website requires JavaScript.
Explore
Help
Sign in
sr2
/
cloud-dns-ios
Watch
5
Star
1
Fork
You've already forked cloud-dns-ios
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
910dc26cb6
cloud-dns-ios
/
dns
/
dnsApp.swift
12 lines
134 B
Swift
Raw
Normal View
History
Unescape
Escape
Initial Commit
2026-04-12 18:28:47 +01:00
import
SwiftUI
@
main
struct
dnsApp
:
App
{
var
body
:
some
Scene
{
WindowGroup
{
feat: initial ui implementation
2026-04-13 14:18:42 +01:00
HomeView
(
)
Initial Commit
2026-04-12 18:28:47 +01:00
}
}
}
Reference in a new issue
Copy permalink