feat: Working on fixing todos.
This commit is contained in:
@@ -2,15 +2,6 @@ import Elementary
|
||||
import SharedModels
|
||||
import URLRouting
|
||||
|
||||
// TODO: Remove.
|
||||
struct ToggleFormButton: HTML, Sendable {
|
||||
var content: some HTML<HTMLTag.a> {
|
||||
a(.href("javascript:void(0)"), .on(.click, "toggleContent('form')"), .class("btn-add")) {
|
||||
"+"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
enum Button {
|
||||
|
||||
@Sendable
|
||||
|
||||
Reference in New Issue
Block a user