Files
Project_Velocity/Software/iOS/App/VelocityApp.swift
2026-02-21 09:09:20 +05:30

11 lines
141 B
Swift

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