// // FontFaceApp.swift // Shared // // Created by 吕俊 on 2021/4/18. // import SwiftUI @main struct FontFaceApp: App { var body: some Scene { WindowGroup { ContentView() } } }