Initial Commit

This commit is contained in:
Vladimir Dubovik
2024-11-13 17:41:03 +03:00
commit d3f448e288
15 changed files with 332 additions and 0 deletions

View File

@ -0,0 +1,17 @@
//
// Schedule_ICTISApp.swift
// Schedule ICTIS
//
// Created by G412 on 13.11.2024.
//
import SwiftUI
@main
struct Schedule_ICTISApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}