mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Rename io.bitsquare.{di=>app}.BitsquareModule
This commit is contained in:
parent
89a68589e0
commit
55ef0b43d7
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
* along with Bitsquare. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package io.bitsquare.di;
|
||||
package io.bitsquare.app;
|
||||
|
||||
import io.bitsquare.AbstractBitsquareModule;
|
||||
import io.bitsquare.btc.BitcoinModule;
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
package io.bitsquare.app.gui;
|
||||
|
||||
import io.bitsquare.di.BitsquareModule;
|
||||
import io.bitsquare.app.BitsquareModule;
|
||||
import io.bitsquare.gui.Navigation;
|
||||
import io.bitsquare.gui.SystemTray;
|
||||
import io.bitsquare.gui.ViewLoader;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
package io.bitsquare.gui;
|
||||
|
||||
import io.bitsquare.FatalException;
|
||||
import io.bitsquare.di.BitsquareModule;
|
||||
import io.bitsquare.app.BitsquareModule;
|
||||
|
||||
import com.google.inject.Guice;
|
||||
import com.google.inject.Injector;
|
||||
|
|
Loading…
Add table
Reference in a new issue