Initial Commit
This commit is contained in:
17
LockInBro/LockInBroApp.swift
Normal file
17
LockInBro/LockInBroApp.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// LockInBroApp.swift
|
||||
// LockInBro
|
||||
//
|
||||
// Created by Joy Zhuo on 3/28/26.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct LockInBroApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user