mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-23 02:13:29 +08:00
8 lines
95 B
Swift
8 lines
95 B
Swift
import SwiftUI
|
|
|
|
struct RootView: View {
|
|
var body: some View {
|
|
RootCanvas()
|
|
}
|
|
}
|