feat: Working on views

This commit is contained in:
2025-02-25 17:12:24 -05:00
parent ba0eb95f26
commit 493154f4f1
6 changed files with 107 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ extension ViewController: DependencyKey {
public static var liveValue: ViewController {
.init(view: { _ in
MainPage {
h1(.class("text-sky-500")) { "It works!" }
MoldRiskForm()
}
})
}