Skip to content

Commit

Permalink
Removed unused assets (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristhianescobar authored Oct 10, 2024
1 parent ad7c630 commit 28b4e6b
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 28b4e6b

Please sign in to comment.