WIP: Begins creating some project views.

This commit is contained in:
2025-12-30 17:05:37 -05:00
parent 2bbff896c9
commit f67c3ef847
7 changed files with 167 additions and 10 deletions

View File

@@ -43,13 +43,8 @@ extension ViewController: DependencyKey {
// FIX: Fix.
public static let liveValue = Self(
view: { _ in
return MainPage {
div {
h1 { "It works!" }
h2 { "Browser sync works!" }
}
}
view: { request in
try await request.render()
}
)
}