Fix about page

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
Muntashir Al-Islam 2022-05-15 16:55:04 +06:00
parent c1b341ad51
commit 2f782debeb
18 changed files with 95 additions and 705 deletions

View file

@ -118,7 +118,6 @@ private val dataModule = module {
get(),
get(),
get(),
get(),
)
} bind Repository::class
@ -163,9 +162,6 @@ private val dataModule = module {
get()
)
}
single {
RealLocalDataRepository(get())
} bind LocalDataRepository::class
}
private val viewModules = module {