//
//  Block_89App.swift
//  Block 89
//
//  Created by Willem L. Middelkoop on 15/02/2026.
//

import SwiftUI

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