mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Refactor: Move AsciiLogo to common
This commit is contained in:
parent
468a16f2c9
commit
b73fff0aad
@ -15,7 +15,7 @@
|
||||
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package bisq.core.app;
|
||||
package bisq.common.app;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
@ -32,6 +32,7 @@ import bisq.network.p2p.P2PService;
|
||||
|
||||
import bisq.common.UserThread;
|
||||
import bisq.common.app.AppModule;
|
||||
import bisq.common.app.AsciiLogo;
|
||||
import bisq.common.app.DevEnv;
|
||||
import bisq.common.config.BisqHelpFormatter;
|
||||
import bisq.common.config.Config;
|
||||
|
Loading…
Reference in New Issue
Block a user