Files
Project_Velocity/iOS/velocity-edge-phone/VelocityEdgePhoneApp.swift
2026-04-18 18:56:05 +05:30

11 lines
151 B
Swift

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