fix strings and layout change in panel

This commit is contained in:
Pritimay Sarkar
2024-01-17 13:38:41 +05:30
parent fced5ca3f5
commit b12c95c6d8
5 changed files with 6 additions and 11 deletions

View File

@@ -176,10 +176,4 @@ object AppModule {
fun provideLocalFileDataSource(): LocalFileDataSource {
return LocalFileDataSource()
}
@Provides
@Singleton
fun provideLocalFileDataSource(): LocalFileDataSource {
return LocalFileDataSource()
}
}