This repository has been archived on 2026-02-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
swift-duct-calc/Sources/ViewController/Views/TestPage.swift

11 lines
207 B
Swift

import Dependencies
import Elementary
import Foundation
import ManualDCore
struct TestPage: HTML, Sendable {
var body: some HTML {
UserProfileForm(userID: UUID(0), profile: nil, dismiss: false)
}
}