Panic-Button/PanicButton/PanicButtonApp.swift
2025-11-27 14:40:56 +07:00

18 lines
243 B
Swift

//
// PanicButtonApp.swift
// PanicButton
//
// Created by Dendi Yogia Pratama on 27/11/25.
//
import SwiftUI
@main
struct PanicButtonApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}