openskynet / apps /ios /Sources /RootView.swift
Darochin's picture
Mirror OpenSkyNet workspace snapshot from Git HEAD
fc93158 verified
import SwiftUI
struct RootView: View {
var body: some View {
RootCanvas()
}
}