Files
hermes/mobile/ios-app/App/HermesApp.swift
T

11 lines
136 B
Swift

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