summaryrefslogtreecommitdiff
path: root/DomainDig/DomainDigApp.swift
blob: 9c881d8494e8450c83c22b47648ee3a4c52494e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  DomainDigApp.swift
//  DomainDig
//
//  Created by cmc on 2026-03-10.
//

import SwiftUI

@main
struct DomainDigApp: App {
    var body: some Scene {
        WindowGroup {
            ContentView()
        }
    }
}