mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Moved Category and CategoryDao to the 'category' package
This commit is contained in:
parent
1d3befcbd2
commit
f2ed57a127
7 changed files with 10 additions and 14 deletions
|
|
@ -21,8 +21,8 @@ import javax.inject.Named;
|
|||
import dagger.android.AndroidInjector;
|
||||
import dagger.android.DaggerApplication;
|
||||
import fr.free.nrw.commons.auth.SessionManager;
|
||||
import fr.free.nrw.commons.category.CategoryDao;
|
||||
import fr.free.nrw.commons.contributions.ContributionDao;
|
||||
import fr.free.nrw.commons.data.CategoryDao;
|
||||
import fr.free.nrw.commons.data.DBOpenHelper;
|
||||
import fr.free.nrw.commons.di.CommonsApplicationComponent;
|
||||
import fr.free.nrw.commons.di.CommonsApplicationModule;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue