Add searcher to note service
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package be.simplenotes.search
|
||||
|
||||
import org.koin.dsl.module
|
||||
|
||||
val searchModule = module {
|
||||
single { NoteSearcher() }
|
||||
}
|
||||
Reference in New Issue
Block a user