feat: Removes unused form routes.

This commit is contained in:
2026-01-12 11:32:38 -05:00
parent 6aaf39f63c
commit 6416b29627
5 changed files with 4 additions and 285 deletions

View File

@@ -88,7 +88,7 @@ extension ProjectsTable {
Tooltip("View project", position: tooltipPosition(n)) {
a(
.class("join-item btn btn-success btn-ghost"),
.href(route: .project(.detail(project.id, .index())))
.href(route: .project(.detail(project.id, .rooms(.index))))
) {
SVG(.chevronRight)
}