|
@@ -1,7 +1,7 @@
|
|
|
package re.chasam.di
|
|
package re.chasam.di
|
|
|
|
|
|
|
|
import org.koin.dsl.module
|
|
import org.koin.dsl.module
|
|
|
-import re.chasam.models.*
|
|
|
|
|
|
|
+import re.chasam.models.impl.TournamentImpl
|
|
|
|
|
|
|
|
val tournamentModule = module {
|
|
val tournamentModule = module {
|
|
|
single { TournamentImpl() }
|
|
single { TournamentImpl() }
|