Skip to content

Commit

Permalink
Update FormBuilder.java
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
preland committed Jan 14, 2024
1 parent c598330 commit 47c42f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/main/java/haveno/desktop/util/FormBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package haveno.desktop.util;

import com.jfoenix.controls.JFXComboBox;
import com.jfoenix.controls.JFXDatePicker;
//import com.jfoenix.controls.JFXDatePicker;
import com.jfoenix.controls.JFXTextArea;
import com.jfoenix.controls.JFXToggleButton;
import de.jensd.fx.fontawesome.AwesomeDude;
Expand Down

0 comments on commit 47c42f2

Please sign in to comment.