Add imports

This commit is contained in:
Manfred Karrer 2019-02-12 11:55:04 -05:00
parent 1a3b8b51a1
commit f632dfbbbb
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46

View File

@ -9,6 +9,8 @@ import bisq.core.dao.state.model.blockchain.Block;
import bisq.core.locale.Res;
import bisq.core.user.Preferences;
import bisq.common.app.DevEnv;
import javax.inject.Inject;
import javafx.beans.property.BooleanProperty;