This commit is contained in:
rico-vz
2024-07-03 18:11:23 +00:00
committed by GitHub Action
parent 4f738eeecd
commit 3c6278cc6e
12 changed files with 18 additions and 53 deletions

View File

@@ -10,8 +10,7 @@ class Dropdown extends Component
public function __construct(
public string $question,
public string $answer
) {
}
) {}
public function render(): View
{