// // DisclosureGroup_TestApp.swift // Shared // // Created by Eric Mader on 7/6/20. // import SwiftUI @main struct DisclosureGroup_TestApp: App { var body: some Scene { WindowGroup { ContentView() } } }