Moved Category and CategoryDao to the 'category' package

This commit is contained in:
Paul Hawke 2018-01-04 21:52:12 -06:00 committed by Paul Hawke
parent 1d3befcbd2
commit f2ed57a127
7 changed files with 10 additions and 14 deletions

View file

@ -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;