Move all file in fr.dcproject.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package fr.dcproject.component.follow
|
||||
|
||||
import org.koin.dsl.module
|
||||
|
||||
val followKoinModule = module {
|
||||
single { FollowArticleRepository(get()) }
|
||||
single { FollowConstitutionRepository(get()) }
|
||||
single { FollowAccessControl() }
|
||||
}
|
||||
Reference in New Issue
Block a user