// // TestingView.swift // Schedule ICTIS // // Created by G412 on 05.03.2025. // import SwiftUI struct TestingView: View { var body: some View { VStack { Text("Hello") Text("Hello") Text("Hello") Text("Hello") Text("Hello") Text("Hello") Text("Hello") Text("Hello") Text("Hello") } } } #Preview { TestingView() }