mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-02-04 10:02:26 +08:00
14 lines
156 B
Swift
14 lines
156 B
Swift
import SwiftUI
|
|
|
|
@available(macOS 12.0, *)
|
|
public struct DashboardView: View {
|
|
|
|
public init() {
|
|
|
|
}
|
|
|
|
public var body: some View {
|
|
ContentView()
|
|
}
|
|
}
|