Removed @Inject since it's not needed anymore.

This commit is contained in:
JesseBrault0709 2024-05-30 11:10:02 +02:00
parent b5a7b1f67d
commit 3c363cb71c

View File

@ -8,7 +8,7 @@ class Head extends BaseWebViewComponent {
Head(Map attr) {
super(Head.getResource('HeadTemplate.wvc'))
this.title = attr.title()
this.title = attr.title
}
}