mirror of
http://192.168.0.88:13333/lywsvip/openclaw-zero-token.git
synced 2026-07-05 18:05:33 +08:00
8 lines
95 B
Swift
8 lines
95 B
Swift
import SwiftUI
|
|
|
|
struct RootView: View {
|
|
var body: some View {
|
|
RootCanvas()
|
|
}
|
|
}
|