shinclaw / apps /ios /Sources /RootView.swift
HF Bot
chore: snapshot for Hugging Face Space
c91968c
Raw
History Blame Contribute Delete
95 Bytes
import SwiftUI
struct RootView: View {
var body: some View {
RootCanvas()
}
}