Skip to content

Commit

Permalink
Removed unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
cristhianescobar committed Oct 10, 2024
1 parent ad7c630 commit 229a674
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import io.newm.feature.login.screen.createaccount.CreateAccountScreenPresenter
import io.newm.feature.login.screen.login.LoginScreenPresenter
import io.newm.feature.login.screen.resetpassword.ResetPasswordScreenPresenter
import io.newm.feature.login.screen.welcome.WelcomeScreenPresenter
import io.newm.feature.musicplayer.repository.MockMusicRepository
import io.newm.feature.musicplayer.repository.MusicRepository
import io.newm.screens.forceupdate.ForceAppUpdatePresenter
import io.newm.screens.library.NFTLibraryPresenter
import io.newm.screens.profile.edit.ProfileEditPresenter
Expand Down Expand Up @@ -103,7 +101,6 @@ val viewModule = module {
params.get(),
)
}
single<MusicRepository> { MockMusicRepository(androidContext()) }
}

val androidModules = module {
Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 229a674

Please sign in to comment.