fixed missing import
Some checks failed
Build / Compile and Test (push) Failing after 1s

This commit is contained in:
Jan-Peter Klein 2024-09-11 15:10:23 +02:00
parent f9bfd5d1b1
commit 4c4816bdab
No known key found for this signature in database
GPG Key ID: 90EDA3A7C822FD0E

View File

@ -13,6 +13,7 @@ import javafx.beans.value.ObservableValue;
import javafx.fxml.FXML;
import javafx.scene.control.TextArea;
import javafx.scene.control.TextFormatter;
import javafx.stage.Stage;
@PreferencesScoped
public class SupporterCertificateController implements FxController {