Updated on 2026-08-14
This commit is contained in:
parent
605f17c873
commit
517a9609ec
5 changed files with 44 additions and 0 deletions
|
|
@ -413,4 +413,10 @@ internal object TokensDomainModule {
|
|||
quotesRepository = quotesRepository,
|
||||
)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideCheckHasLinkedTokensUseCase(currenciesRepository: CurrenciesRepository): CheckHasLinkedTokensUseCase {
|
||||
return CheckHasLinkedTokensUseCase(currenciesRepository)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue