import SwiftUI struct RootView: View { var body: some View { RootCanvas() } }