import Combine
import SwiftUI
@main
struct AnotherIMApp: App {
var body: some Scene {
WindowGroup {
// StartScreen()
TestScreen()
}