import SwiftUI @main struct TaleTeller: App { var body: some Scene { WindowGroup { editingProject() } } }