// // SplitsApp.swift // Splits // // Created by Isaac Greene on 4/3/22. // import SwiftUI @main struct SplitsApp: App { var body: some Scene { WindowGroup { TabViewData() } } }