summaryrefslogtreecommitdiff
path: root/LearnMapKit/LearnMapKitApp.swift
blob: eebb4b8a635a924d1f131c8ec0383c3c19c54681 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  LearnMapKitApp.swift
//  LearnMapKit
//
//  Created by Jacky Jack on 05/06/2024.
//

import SwiftUI

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