mirror of
https://github.com/jkcoxson/LocalDevVPN.git
synced 2026-03-02 14:36:16 +01:00
first commit
This commit is contained in:
17
StosVPN/StosVPNApp.swift
Normal file
17
StosVPN/StosVPNApp.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// StosVPNApp.swift
|
||||
// StosVPN
|
||||
//
|
||||
// Created by Stossy11 on 28/03/2025.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct StosVPNApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user