Schedule-ICTIS/Schedule ICTIS/Schedule_ICTISApp.swift
Vladimir Dubovik 0410575c8d Commit
2024-12-03 14:32:38 +03:00

18 lines
247 B
Swift

//
// Schedule_ICTISApp.swift
// Schedule ICTIS
//
// Created by Mironov Egor on 13.11.2024.
//
import SwiftUI
@main
struct Schedule_ICTISApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}