init
This commit is contained in:
18
jason/MyApp.swift
Normal file
18
jason/MyApp.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// jasonApp.swift
|
||||
// jason
|
||||
//
|
||||
// Created by Jason on 2024/1/16.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
import SwiftData
|
||||
|
||||
@main
|
||||
struct MyApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
TabbarView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user