feat: Style updates, renames some files.

This commit is contained in:
2025-02-25 21:44:01 -05:00
parent 493154f4f1
commit 30cfde9f30
14 changed files with 112 additions and 43 deletions

View File

@@ -0,0 +1,9 @@
import Elementary
import Routes
import URLRouting
extension HTMLAttribute where Tag: HTMLTrait.Attributes.href {
static func href(route: SiteRoute.View) -> Self {
.href(SiteRoute.View.router.path(for: route))
}
}