dudu-mastodon/duduji/dudujiApp.swift
Ching f07fcf9d9b feat(View): 添加 AddAccountView
添加 AddAccountView

Signed-off-by: Ching <loooching@gmail.com>
2023-05-03 21:08:30 +08:00

19 lines
245 B
Swift

//
// dudujiApp.swift
// duduji
//
// Created by ching on 2023/5/3.
//
import SwiftUI
@main
struct dudujiApp: App {
var body: some Scene {
WindowGroup {
// ContentView()
AddAccountView()
}
}
}