Files
VerseVDI-Data-Plane/VerseVDI-Data-Plane/VerseVDI_Data_PlaneApp.swift
T
2026-07-21 13:22:28 +07:00

18 lines
263 B
Swift

//
// VerseVDI_Data_PlaneApp.swift
// VerseVDI-Data-Plane
//
// Created by Hai Duong Luu on 2026/07/21.
//
import SwiftUI
@main
struct VerseVDI_Data_PlaneApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}