feat/#24 WebOS Completion (#25)
#24 WebOS Completion Co-authored-by: Sayan Datta <sayan@Sayans-MacBook-Air.local> Reviewed-on: #25
This commit was merged in pull request #25.
This commit is contained in:
10
iOS/velocity-edge-phone/VelocityEdgePhoneApp.swift
Normal file
10
iOS/velocity-edge-phone/VelocityEdgePhoneApp.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct VelocityEdgePhoneApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
EdgeRootView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user