krz/hutch

an ios client for sourcehut

clone: git clone https://gitbay.org/krz/hutch.git

v3.1.4: Hutch/Views/Home/HomePrototypeView.swift · raw

1import SwiftUI
2
3struct HomePrototypeView: View {
4    var body: some View {
5        HomeView()
6    }
7}