dudu-mastodon/duduji/dudujiApp.swift
Ching a1e95529bf feat(View): 增加 AccountListView
增加 AccountListView

Signed-off-by: Ching <loooching@gmail.com>
2023-05-04 21:02:38 +08:00

19 lines
246 B
Swift

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